
/* START: Global Assignments */
/*
a:link {
	color: White;
}
a:visited {
	color: White;
}
a:hover {
	color: White;
}*/
A:visited{color:#FFFFFF;}

body {
	background:#dcddde;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	}

h1 {
	color: navy;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	}
	
h2 {
 	color: #990000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding:0px;
	}
	
h3 {
	color: #999999;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	}

h4 {
	color: #006bb6;
	font-size: 20px;
	font-weight: normal;
	}
	
.clear {
	clear:both;
	height: 0px;
	}

.info { color: #990000; }
	
img { border: 0px; }
	
a {text-decoration: none;}
a:hover {text-decoration:none;}

a.WhiteLink{text-decoration:none;}
a:hover.WhiteLink{text-decoration: none}

a.GreyLink{ color:#232a44; text-decoration:none;}
a:hover.GreyLink{color:#232a44; text-decoration: none}
/* END: Global Assignments */


/* START: Main page containers */

#wrapper {
	width: 100%;
	height:auto;
	margin: 0 auto;
	text-align:left;
	}
	
	
	
#menu {
	width: 818px;
	height:30px;
	margin: 0 auto;
	font-size:14px;
	color:White;
	padding-top:0px;
	padding-left:20px;
	background-color:#8a8f94;
	
	}



#logo {
	width: 838px;
	height:98px;
	margin: 0 auto;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	
	}
	



#spacer {
	width: 838px;
	height:36px;
	margin: 0 auto;
	background-color:#232a44;
	
	}
	
	
	
#banner {
	width: 838px;
	height:235px;
	margin: 0 auto; 
	}	
	


#body{
	width: 838px;
	min-height:480px;
	height:auto !important;
	height: 480px;
	margin: 0 auto;
	border-bottom:#006 thin solid;
	background-image:url(../images/mid.gif);
	background-repeat:repeat-y;	
	}

#body a {color: #232a44; text-decoration: none;}
#body a:hover{color: #232a44; text-decoration: underline;}
	
#footer {
	width: 978px;
	min-height:80px;
	height:auto !important;
	height:80px;
	margin: 0 auto;
	text-align:center;
	font-size:12px;
	color:#000000;
	background-image:url(../images/middle.jpg);
	background-repeat:repeat-y;	
	
	}

#main {
	width: 978px;
	min-height:400px;
	height:auto !important;
	height: 400px;
	margin: 0 auto;
	text-align:left;
	background-image:url(../images/middle.jpg);
	background-repeat:repeat-y;
	}


#content {
	width: 25px;
	min-height:430px;
	height:auto !important;
	height:430px;
	margin: 0 auto;
	text-align:left;
	float:left;
	margin-top:20px;
	}
	
	
	
#content1 {
	width: 200px;
	min-height:450px;
	height:auto !important;
	height: 450px;
	margin: 0 auto;
	text-align:justify;
	
	float:left;
	padding-left:20px;
	padding-top:30px;
	

	}
	
	
#content2 {
	width: 320px;
	min-height:450px;
	height:auto !important;
	height: 450px;
	margin: 0 auto;
	text-align:justify;
	float:left;
	border-right:#8a8f94 thin solid;
	margin-top:20px;
	padding-left:20px;
	padding-right:15px;
	}



#content3 {
	width: 210px;
	min-height:450px;
	height:auto !important;
	height: 450px;
	margin: 0 auto;
	text-align:left;
	float:left;
	margin-top:20px;
	padding-left:20px;
	}
	

	
#content4 {
	width: 540px;
	min-height:350px;
	height:auto !important;
	height: 350px;
	margin: 0 auto;
	text-align:left;
	float:left;
	margin-top:10px;
	padding:10px 10px 10px 20px;
	}

#content4a {
	width: 540px;
	min-height:350px;
	height:auto !important;
	height: 350px;
	margin: 0 auto;
	text-align:left;
	float:left;
	margin-top:10px;
	padding:10px 10px 10px 20px;
	color:Black;
	}
#content4a a
{color:Black;}
	
	
#info1 {
	width: 200px;
	height:200px;
	margin: 0 auto;
	text-align:left;
	border-top: #232a44 thick solid;
	float:left;
	margin-top:10px;
	}
	
#info2 {
	width: 200px;
	height:200px;
	margin: 0 auto;
	text-align:left;
	border-top: #232a44 thick solid;
	float:left;
	padding-top:7px;
	}


/* news**/
.imgnews
{
	width:70px;
	height:70px;
	float:left;
	margin-right:10px;
}
	

#NewsWrapper {
width: 818px;
margin:10px;
}

#NewsWrapper .NewsPageContent
 {
	
	padding-left: 255px;
	width: 448px;
	
}
	
#NewsWrapper .LongBox 
{
    width: 818px;
    min-height: 138px;
    height: auto !important;
    height: 138px;
    margin-top: 10px;
    
}

#NewsWrapper .LongBox .Image 
{
    width: 197px;
    padding: 5px 5px 5px 50px;
    float: left;
}

#NewsWrapper .LongBox .Body 
{
    width: 448px;
    padding: 5px;
    float: left;

}

#NewsWrapper .LongBox .Body a { color: Navy; text-decoration: none; }
#NewsWrapper .LongBox .Body a:hover{ color: Navy; text-decoration: underline; }


#NewsWrapper .LongBox .Body  h3 {
	width: 448px;
    min-height: 16px;
    height: auto !important;
    height: 16px;
    color: Navy;
    font-weight: bold;
}

/***********************/

.ctl00_mainContent_CDGMenu_0
{color:Black;}

.sitemapMenuStyle
{color:Black;}

a:link.site{color:Black;}
a:visited.site{color:Black;}
a:hover.site{color:Black;}
