/* CSS Document */

body{
	margin:0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	background-color: #ccc;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
}
a:link {
	color: #005397;
	font-weight: normal;
}
a:hover {
	color: #D11140;
	text-decoration: none;
}
ul {
	list-style-image: url(images/bullet.gif);
}

TD.apply	{ background-color:#F4F8FC; padding-left:5px; padding-right:10px; padding-top:10px; padding-bottom:10px; font-size:14px; color:#000000; font-weight:normal;}
TD.apply2	{ background-color:#F4F8FC; padding-left:5px; padding-right:10px; padding-top:10px; padding-bottom:10px; font-size:14px; color:#000000; font-weight:normal;}
IMG.apply	{ margin-top:11px; margin-left:0px; margin-bottom:0px; margin-right:0px; }
IMG.apply2	{ margin-top:3px; margin-left:20px; margin-bottom:2px; margin-right:0px; }



/*Menus*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Top Menu*/

#underlinemenu{
margin: 0;
padding: 0;
}
.height {
	height: 20px;
	width: 782px;
}


#underlinemenu ul{
	padding-left: 0;
	float: right;
	width: 782px;
	border: 1px solid #DFDFDF;
	border-width: 1px 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #D11242;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
	float: right;
	color: white;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	background-color: #d11242;
	background-image: url(images/menudivide.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#underlinemenu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	padding-bottom: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#head {
	background-color: #B5B5B6;
	height: 101px;
	width: 100%;
}
#toptittle {
	margin: 10px;
}

h1{
	color:#900;
	margin:20px 0 0 0;
	padding: 0px 0 0 18px;
	background-image: url(images/content_h2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;

}


h2{
	color:#30416D;
	margin:20px 0 0 0;
	padding: 0px 0 0 0px;
	font-size: 16px;

}
.Top {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
}

/*Blue Menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
	width: 261px;
	margin-bottom: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 85%;
	background-color: #CCCCCC;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	list-style-image: none;
	list-style-type: none;
}

* html #blueblock{ /*IE 6 only */
w\idth: 229px; list-style: none;list-style-image: none; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
list-style-image: none;
}

#blueblock li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style: none;
}

#blueblock li a{
	display: block;
	padding: 3px 3px 5px 8px;
	background-color: #00447c;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005397;
	border-left-color: #000066;
	list-style: none;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
list-style: none;
}

#blueblock li a:hover{
border-left: 10px solid #000066;
border-right: 10px solid #005397;
background-color: #0066B9;
color: #fff;
list-style: none;
}
/*Left Menu*/
#leftcol{
	margin-left: 20px;
	margin-top: 20px;
	width: 210px;
	margin-bottom: 20px;
	float: left;
	list-style-type: none;
}
#leftcol #nav {
	border-bottom-style: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	list-style: none;
	
}
#leftcol #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	background: #FFFFFF;
	list-style: none;
	list-style-image: none;
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 #leftcol #nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#leftcol #nav ul li a{
	border-bottom: 1px dotted #d11242;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	width: 97%;
	text-align: left;
	list-style: none;
}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #d11242;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
list-style: none;
}
#leftcol #nav img {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
/***Footer***/

#footer {
	text-align: center;
	color: white;
	font-size: 10px;;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
 }
 
#footer p { color: white;}
 
#footer a { color: white; text-decoration:none;}
 
#footer a:hover { color: #00457C;}
	
#head h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 45px;
	float: right;
	margin-right: 15px;
}

#bnav, #bnav a  {
	width: 98%;
	text-align: center;
	line-height: 150%;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 5px;
	text-transform: capitalize;
}


#bnav a:hover {
	font-size: 10px;
	color: #3389C2;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.bg {
	background-image: url(images/bg-r.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.SmallText {
	font-size: 12px;
	color: #00457C;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.MediumText {

	font-size: 14px;
	color: #00457C;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}
.Margins {
	margin: 15px;
}
#content p{
	margin: 0px 10px 20px 0px;
	font-size: 14px;
}
#content {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content h1 {
	color: #00457C;
	padding: 0px;
	margin-left: 0px;
	font-size: 120%;

}
#content ul {
	font-size: 14px;
}
.ImgLeft {
	text-align: right;
	margin-top: 5px;
	margin-left: 10px;
}
.right {
	float: right;
	margin: 10px;
}
#content .right {
	margin: 5px;
}
.Caption  {
	float: none;
	width: 400px;
	border: 1px solid #999;
	margin: 0 15px 5px 0;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.Caption2 {
	float: right;
	width: 233px;
	border: 1px solid #999;
	margin: 0 15px 5px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#process {
	font-size: 11px;
}

