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

#WhiteBgOuter {
		background:#FFFFFF;
		/*background:#FFFFFF url(images/up.jpg);*/
		width:1024px;
		height:900px;
}

#WhiteBgInner {
		background:#FFFFFF;
		width:976px;
}

body {
		margin:0px;
		/*background : #0b294c url(images/bg.jpg) no-repeat;*/
		background : #0b294c url(images/bg.gif);
		background-position: bottom center;
		margin-top:40px;
		margin-bottom:80px;
}

A, A:hover {
		color:#003300;
		text-decoration:none;
}

P, DIV, TD, SPAN {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#003300;
}

.header  {
		border-bottom:1px dotted #333333;
		height: 60px;
}

.pageHeading {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#333333;
		font-weight:bold;
		padding: 15px 0px;
		float: left;
}

.navigation {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#003300;
		text-decoration:underline;
}

a.button, a.button:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#FFFFFF;
		text-decoration:none;
		padding: 3px 15px;
		background: #10355f;
}

#text {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#003300;
		text-decoration:underline;
		float:left; 
		width:160px; 
		margin-left:22px;
		font-weight:bold;
		text-decoration:none;
		padding-top:2px;
}

#line {
		border-bottom:1px solid #bebebe;

}

#border {
		border:1px solid #bebebe;
		width:160px;
		height:170px;
		float:left;
		margin-left:20px;
		background: none;		
}

