a			{text-decoration:none; font-size:10pt; font-weight:100;}
a:link		{color: #136197}
a:visited	{color: #136197}
a:hover		{color: #16B9ED}

a.mail			{text-decoration:none; font-size:12pt; font-weight:100;}
a.mail:link		{color: #ED11AE}
a.mail:visited	{color: #ED11AE}
a.mail:hover		{color: #cccccc}



body {
	background: url(images/wave.jpg) #ffffff center top no-repeat;
	text-align:center;
	width:1000px;
	margin:0 auto;
	font-family:Times New Roman, Times, serif;
	font-size:10pt;
}

div.bg_holder{
	position:absolute;
	width:1659px;
	height:679;
	background:url(images/wavebg2.jpg) no-repeat bottom;
	bottom:0px;
}

div.logo{
	width:140px;
	text-align:center;
	float:right;
}

#instituteLogo{
	margin-top:30px;
	border:none;
}

div.container{
	width:860px;
	float:right;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:left;
}

div.main_left{
	font-size:10pt;
	width:250px;
	float:left;
	color:#FF6000;
	text-align:center;
	font-family:Arial Black, Arial Black, Gadget, sans-serifl;
	margin-top:150px;
}

div.main{
	text-align:left;
	width:610px;
	float:left;
}

div.address{
 	width:1000px;
	text-align:left;
	font-family:Arial Black, Arial Black, Gadget, sans-serifl;
	color:#136197;
	margin:10px 0 0 0;
}

div.form{
	margin-top:10px;
}

p{
	margin:0 20px 20px 20px;
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	text-align:justify;
	text-indent:15px;
	
}

p.left{
	margin:10px 20px 10px 0;
}

h2{
	text-indent:10px;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	margin-bottom:10px;
}

h2.class{
	float:left;
}

h3{
	text-indent:10px;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	margin-bottom:10px;
}

span.quote{
	font-size:8pt;
	float:right;
	margin-bottom:30px;
}


/*footer >>>>*/
ul.menu{
	padding:2px;
	margin:10px 0 0 0;
}

li.foot {
 	display:inline;
	color:#136197;
}

div.subscript{
	font-size:8pt;
	color:#136197;
	margin:10px auto 0 auto;
	text-align:center;
	
	
}

div.link{
	text-align:center;
	margin:0 auto;
	width:610px;
	color:#136197;
	background:url(images/wave2_bg.png) no-repeat top;
	border-top: 1px solid #136197;
	
}

div.brutus{
	font-weight: bold; 
	text-align: right; 
	width: 100%;
	float:right;
}

img.thumb{
	margin:0 5px 0 0;
	float:left;
	vertical-align:text-top;
	border:2px solid #FF6000;
	padding:2px;
}

img.thumb_right{
	margin:0 0 0 5px;
	float:right;
	vertical-align:text-top;
	border:2px solid #FF6000;
	padding:2px;
	
}

ul{
	list-style-image: url('images/figure.gif')
}




/* Blog css>>>>>>>>>>>>>>>>>>>>
--------------------------------*/



a img {
  border-width:0;
  }


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:1000px;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
    width:1000px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
  	
    width:610px;
    float:left;
    }
  #sidebar {
    width:220px;
    float:right;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2.sidebar-title {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
	width:100%;
  }
#postfeeds {
