/* --- Importing Top Menu Styles --- */
@import url(topmenu.css);
/* --- Importing Main Menu Styles --- */
@import url(mainmenu.css);
/* --- Importing Issues Styles --- */
@import url(issues.css);


/*--- Layout Styles ---*/
body {
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#333333;
	background-image:url(../images/layout/bgbody.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
p {
	margin:5px 0px 5px 0px;
}
a {
	color:#999999;
}
#layout {
	width:770px;
	text-align:left;
	background-color:#FFFFFF;
}
#topbar {
	height:104px;
	background-image:url(../images/layout/bgtopbar.gif);
}
.clear {
	height:1px;
	clear:both;
}
#logo {
	float:left;
	margin:25px;
	padding:0px;
	width:120px;
	height:50px;
	background-image:url(../images/layout/logo.gif);
	background-repeat:no-repeat;
}
#logo h1{
	margin:0px;
	padding:50px 0px 0px 0px;
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#dcc610;
	text-align:center;
}

#splash {
	clear:both;
	width:770px;
	height:250px;
	background-image:url(../images/layout/splash1.jpg);
	background-repeat:no-repeat;
	border-bottom:3px solid #FFFFFF;
}
#splash2 {
	clear:both;
	width:770px;
	height:250px;
	background-image:url(../images/layout/splash2.jpg);
	background-repeat:no-repeat;
	border-bottom:3px solid #FFFFFF;
}
#splash3 {
	clear:both;
	width:770px;
	height:250px;
	background-image:url(../images/layout/splash3.jpg);
	background-repeat:no-repeat;
	border-bottom:3px solid #FFFFFF;
}

#splash4 {
	clear:both;
	width:770px;
	height:250px;
	background-image:url(../images/layout/splash4.jpg);
	background-repeat:no-repeat;
	border-bottom:3px solid #FFFFFF;
}

#splash5 {
	clear:both;
	width:770px;
	height:250px;
	background-image:url(../images/layout/splash5.jpg);
	background-repeat:no-repeat;
	border-bottom:3px solid #FFFFFF;
}

.splashtext {
	float:left;
	width:200px;
	padding:13px;
	margin:50px 0px 0px 0px;
	color:#333333;
}
.splashtext h2{
	margin:0px;
	padding:0px 0px 0px 10px;
	border-left:5px solid #333333;
	font:20px/20px tahoma, arial, helvetica, sans-serif;
	color:#000000;
}
.splashtext .text{
	margin:20px 0px 0px 0px;
}
#layoutbody {
	border-top:3px solid #999999;
	border-bottom:3px solid #666666;
}
#layoutfooter {
	padding:10px;
	font:10px/12px tahoma, arial, helvetica, sans-serif;
	background-color:#8C8C8C;
}
#layoutfooter a,#layoutfooter a:link,#layoutfooter a:visited{
	color:#CCCCCC;
}

#pagefooter{
	width:770px;
}
#pagefooter img{
	border:none;
}
#validators {
	float:left;
	padding:5px;
}
#author {
	float:right;
	padding:5px;	
}

