body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #424242;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana;
	font-size: 12px;
	color: #245777;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #245777;
}
a:hover {
	text-decoration: none;
	color: #245777;
}
a:active {
	text-decoration: none;
	color: #245777;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
}
h1 {
	font-size: 18px;
	color: #062b51;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px;
	padding:8px 0 3px 0;
}
h2 {
	font-size: 14px;
	color: #a70505;
	margin:0px;
	padding:4px 0 2px 0;
}
h3 {
	font-size: 14px;
	color: #a70505;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px;
	padding:4px 4px 2px 8px;
}

p {padding:2px 0 4px 0;
   margin:0px;
   line-height:16px;
   
   }

ul li {
	list-style:square;
	line-height:15px;
	color:#a70505;
	margin:0px;
	padding:0 0 0 8px;
}

.left-menu {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.left-menu a {
	font-family: Verdana;
	font-size: 11px;
	color: #2c88cf;
}
.left-menu a:link {
	text-decoration: underline;
}
.left-menu a:visited {
	text-decoration: underline;
	color: #2c88cf;
}
.left-menu a:hover {
	text-decoration: none;
	color: #2c88cf;
}
.left-menu a:active {
	text-decoration: none;
	color: #2c88cf;
}





/*layout divs*/

#main {
	width:900px;
	height:100%;
	margin: 0px auto;
}

/*Header Begin*/
#header{
	height:386px;
	width:100%;
}

#top {
	height:154px;
}
#logo {
	margin-left:22px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:top;
	height:175px;
	width:152px;
	float:left;
	
}
#vision {
	width:622px;
	height:60px;
	float:right;
	padding-top:35px;
	font: Ariel;
	font-size: 16px;
	color: white;	
}
#menu {
	width:622px;
	height:20px;
	padding-top:35px;
	float:right;
	position:relative;
}
#placeholder{
	width:900px;
	height:203px;
	background-image:url(../images/placeholder-MAIN.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
}
#placeholderhome{
	width:900px;
	height:203px;
	background-image:url(../images/placeholder-HOME.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
}
#placeholderabout{
	width:900px;
	height:203px;
	background-image:url(../images/placeholder-ABOUT.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
}
#placeholderts{
	width:900px;
	height:203px;
	background-image:url(../images/placeholder-TS.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
}
#placeholderas{
	width:900px;
	height:203px;
	background-image:url(../images/placeholder-AS.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
}
/*Header End*/

/*Content Begin*/
#content {
	background-color:#FFFFFF;
	max-height:1000px;
	height:740px;
	float:left;

}

#left { 
	width:205px;
	background-color:#f1f1f1;
	border-right:1px solid #333333;
	float:left;
	height:740px;

}
#leftmenu {
	width:202px;
	padding-top:4px;
}


#right {
	width:680px;
	height:740px;
	background-color:#FFFFFF;
	float:right;
	padding: 0 6px 4px 8px;
}



/*Content End*/


/*Footer Begin*/
#footer {
	width:100%;	margin: 0px auto;	background-color:#FFFFFF;	background-image:url(../images/footer-bg.jpg);	background-repeat:repeat-x;	height:150px; position:relative; float:left;
}
#footer-inner{
	width:880px;	margin: 0px auto;	padding:15px;	position:relative;	
}
#footer-copywrite{
	position:absolute;	left: 675px;	top: 15px;
}
.footer {font-size: 10px;	color: #000000;
}
.footer a:link {
	font-size: 10px; text-decoration: underline; font-weight:bold;
}
.footer a:visited {
	text-decoration: underline;	color: #245777; font-weight:bold; font-size: 10px;
}
.footer a:hover {
	text-decoration: none;	color: #245777;
}
.footer a:active {
	text-decoration: none;	color: #245777;
}
/*Footer End*/

