/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(back.gif);
	font-size: 11px; /*Resets 1em to 10px, do NOT modify this!*/ 
	font-family:Arial;
	color: #666666 ;

}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
h2{
	margin: 1.2em 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #548ab0;
	font-size:2em; 
}
h1{
	margin: 1.2em 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #548ab0;
	font-size:1.6em; 
}
.strongtxt{ color:#d71f27; font-size: 1.2em; font-weight:bold}

img {
	padding: 1px;
	border: 5px solid #cccccc;
}
#icons{
padding: 0;
border: 1px solid #fff;}
#snack{ border:none;}
.pic {
	padding: 4px;
	border: 1px solid #d9e2d3;
	
}
.titles{
font-size: 1.2em;
	font-weight: bold;}
#wrap {background:#fff; color:#303030; margin:0 auto; padding:1px 5px; width:768px;}
#wrapper {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	/*background: url(innerbg.gif) repeat-x top center;*/
	text-align: left;
/*	font-size: 1.2em !important; */ /* Enable this line if you're blogging in Asian languages and is using firefox. */
	font-size: 1.1em;
	overflow: hidden;
}
#header {
	height: 220px;
	margin: 0 0 0 0;
	padding: 0;
	background: url(header2.jpg) no-repeat top center;
	
}

#content {
	float: left;
	margin: -16px 0 0 14px;
	padding: 0 15px;
	width: 705px;
	display: inline;
	background: #fff;
	overflow: hidden;
	font-family:Arial;
	font-size:11px;
}


/* Navigation Menu */

ul.menu {
list-style: none;
padding: 0;
margin-left:38px;
color: #0d2474;

}

ul.menu li {
float:left;
margin-top:173px;
font-size:11px;
color: #0d2474;

}

ul.menu li a {
background:url(chromebg.gif) bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 10em;
display: block;
border: 0.2em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

ul.menu li a:hover{
	background:url(chromebg2.gif) center center repeat-x;
	text-decoration:underline;
	color:#000000;
}



/*Footer*/
#footer {
	clear: both;
	margin: 0;
	padding: 1px 0;
	text-align: center;
}


#footer p {
	margin: 0 14px;
	padding: 10px 15px;
	background: #c0050c;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #e2ffa8;
}

#footer p a,
#footer p a:link,
#footer p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover,
#footer p a:active {
	color: #fff;
	text-decoration: underline;
}	
	
/*Table*/
thead{
background:#FFFF99}

.stripeMe td { border-bottom:1px solid #95bce2;
vertical-align:top;
padding: 1px 2px;}

tr.alt td{
background: #ecf6fc;
}	

tr.over td {
background: #bcd4ec;
}
	