@charset "utf-8";
/* CSS Document */

.header {
	background: #ffffff url(img/RedandBlue.jpg) no-repeat;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 70px 0 0 150px;
	font: normal 2.4em Verdana,sans-serif;
/*	position:absolute;
	top:7px;
	left: 148px;
	*/color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 266px;
}

h1 a {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}

h1 a:hover {
	color:#c30; 
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}
	
.caption{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin: 0px 0px 0px 26px;
	padding:0px 0 0 185px;
/*	position:absolute;
	top:142px;
	left: 224px;
*/	width: 184px;
	height: 22px;
}
.email {
	color:#03C;
	text-decoration:none;
}
.email a{
	color:#03C;
	text-decoration:none;
}
.email a:hover{
	color:#c30;
	text-decoration:none;
}


#topmenu{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font:  12px Verdana;
border-bottom: 1px solid gray;
}

#topmenu li{
list-style: none;
display: inline;
margin: 0;
}

#topmenu li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #0474b8;
border-bottom: none;
background:url(img/blue.gif) repeat-x;

}

#topmenu li a:link, #topmenu li a:visited{
color: #FFF;
}

#topmenu li a:hover{
color: #FFF;
background:url(img/red.gif) repeat-x;
/*border-color: navy;*/
border: 1px solid #961a1b;
}

#topmenu li a.current{
background:url(img/red.gif) repeat-x;
}
/************************** Body ******************************/
body {
	background-image:url(img/left.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left; 
}

body a{
	color:#03C;
	text-decoration:none;
}
body a:hover{
	color:#c30;
	text-decoration:none;
}

.ttt{
	width:auto;
	clear:both;
	position:relative;
}
.ttt .wel {
	color:#C00;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.5em;
	font-weight:bold;
	padding-bottom:10px;
	width:150px;
	float:left;
	}
.ttt .right{
	float:right;
	font-family: Verdana,sans-serif;
	font-size:12px;
	line-height: 1.5em;
	color:#333;
	text-align:justify;
	width:300px;
	}

.content {
	background: #ffffff url(img/welcome.gif) no-repeat;
	background-position:0px 20px;

	height: 300px;
	padding-left:430px;
	
		

}
.image{
	padding-top:15px;
}

/************************************  Left Menu  *********************/
#leftmenu {
width: 100%;
float:left;
}

#leftmenu ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:100px 0px 0px 0px;
}

#leftmenu li
{
display: inline;
/* for IE5 and IE6 */


}

#leftmenu a
{
color: #fff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 160px;
background-color: #287ad3;
/*#686C7A;*/
border-left:#c12426 thick solid;
border-left-width:10px;
border-bottom: 1px solid #eee;
}

#leftmenu a:link, #leftmenu a:visited
{
color: #EEE;
text-decoration: none;
}

#leftmenu a:hover
{
background-color:#c12426;
/*#00BEE4;*/
color: #fff;
}

#leftmenu li a#current
{
border-bottom: 3px solid #DAD6B7;
background: #c12426;
}
/************************** Page Title **************************/
.ptitle{
	color:#C03;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-stretch:expanded;
	font-weight:bolder;
	border-bottom:#666 solid;
	text-align:left;
	}
.cap{
	font-family:Arial, Helvetica, sans-serif;
	color:#06C;
	font-size:12px;
	
	font-stretch:expanded;
}

.bodycopy {
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	color:#333;
}
p{
	font-family: Verdana,sans-serif;
	font-size:12px;
	line-height: 1.5em;
	color:#333;
	text-align:justify;
	padding-right:20px;
}
	
/******************************* Footer ****************************/
/* footer */
.footer {
	border-top:#000;
	border-top-style:solid;
	color: #333;
	clear: both;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .left a {
	color: #c30;
	text-decoration:none;

}
.footer .left a:hover{
	color: #005794;
	text-decoration:none;
	}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:right;
}
.footer .right a {
	/*background: #FFF;*/
	color: #c30;
	padding: 1px 3px;
	text-decoration:none;
}
.footer .right a:hover {
	background: #FFF;
	color: #005794;
	text-decoration:none;
}
