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


/*GENERIC TAGS*/
body {
	background-repeat:repeat-x;
	background-color:#FFF;
	margin:0px;
	font-family: "Times New Roman", Times, serif
	font-size:62.5%;
	color:#000;
}
h1, h2, h3 {
	font-size:1.4em;
}
a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration:underline;
}
a:hover {
	color: #00F;
	text-decoration:none;
}
/*IDs*/

#header {
	width:881px;
	background-image:url(../images/banner.jpg);
	margin-right:auto;
	margin-left:auto;
	height:169px;
	color:#00F;
	text-align: left;
	font-size: 1.6em;
}
#mainbodywrap {
	width:880px;
	height:519px;
	padding-left:60px;
	padding-right:60px;
	margin-left:auto;
	margin-right:auto;
}
#bodyleft {
	width:323px;
	height:456px;
	float:left;
	padding-top:30px;
	margin-right:24px;
	font-size:0.9em;
	color:#000;
	line-height:
}
#bodymiddle {
	width:99px;
	height:273px;
	float:left;
	padding-top:63px;
	margin-right:10px;
	color:#000;
}
#bodyright {
	width:424px;
	height:273px;
	float:left;
	padding-top:63px;
	color:#000;
}
#bodyrightbottom {
	width:513px;
	height:136px;
	float:right;
	padding-top:15px;
	font-size:0.9em;
	color:#000;
}
#nav {
	width:411px;
	height:44px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#testgall {
	width:820px;
	height:404px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-left:60px;
}

#footer {
	width:881px;
	padding-top:30px;
	padding-bottom:30px;
	background-image: url(../images/footer.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#1f4fba;
	margin-top:15px;
	font-size:0.9em;
}
#footer a:link {
	color:#1f4fba;
	text-decoration: underline;
}
#footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}
#footer a:visited {
	color: #1f4fba;
	text-decoration:underline;
}
#footer a:hover {
	color: #00F;
	text-decoration:none;
}
#footer li {
	display:inline;
	text-align:center;

}
/*CLASSES & SPANS*/

.floattext {margin-top:50px;}

.floatright {float:right;}

.blue {color:#00F;font-size:1.2em;}

.black { color:#000; font-size:1.2em; }

.nudge1px {margin-top:1px;}

.nudge2px {margin-top:2px;}

.nudge5px {margin-top:5px;}

.logonudge {float:right; margin-top:60px;}

.logonudgeright { margin-left:70px;}

.paragraphnudge {margin-top:10px;}

.textindent { margin-left:30px;}

.nudgeleft {margin-left:53px;}

.borderbottom { padding-bottom:50px;}

.H1 { font-size:0.8em; color:#CCC;}

.notbold {font-size:1em; font-weight:normal;}

.borderright {border-right:1px solid #000 ; padding-right:5px;}
