/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background:#FFF;	
	scrollbar-face-color: #E0F1DC;
	scrollbar-arrow-color : #BE7B6D;
	scrollbar-track-color : #B3C6DA;
	scrollbar-shadow-color : '';
	scrollbar-highlight-color : #84AA86;
	scrollbar-3dlight-color : '';
	scrollbar-darkshadow-Color : '';	
	 }
	
a { 
	text-decoration : none;
	}

a:link.sublink 
	{ 
	color : #6699CC;
	}
	
a:visited.sublink
	{ 
	color:#8AA8EC;
	} 
	
a:link.navlink 
	{ 
	color : #A0422E;
	font-size : 120%;
	}
	
a:visited.navlink
	{ 
	color:#CC6666;
	font-size : 120%;
	} 
	
a:hover.navlink { 
	color : #990000;
	text-decoration : underline;
	}
	
a:link.maillink
	{
	color : #0063A6;
	}
	
a:visited.maillink
	{ 
	color:#999999;
	} 

a:link
	{ 
	color : #608AB1;
	}
	
a:visited
	{ 
	color : #608AB1;
	}
	
a:hover
	{ 
	text-decoration : underline;
	}


#logoone{
    background-image : url("images/cudaheader.jpg");
	background-repeat: no-repeat;
	height : 206px;
	}
	
#header 
	{
	height : 206px;
	background-image : url("images/headerbackground.jpg");
	background-repeat: repeat-x;
	width : expression(document.body.clientWidth < 800? "800px": "auto" );
	min-width : 700px;
	}
	
#address{
	position : absolute;
	left : 520px;
	margin-top : 35px;
	width : 250px;
	font-family : georgia, times, arial, serif;
	font-size : 8pt;
	font-weight : bold;
	text-align : left;
	color: #0063A6;
	display: inline;
	}
	
#mainnav{
	position : absolute;
	top : 181px;
	left : 10px;
	font-size : 8pt;
	font-weight : bold;
	font-family : arial, times, georgia, serif;
	color : #A0422E;
	width : expression(document.body.clientWidth < 800? "800px": "auto" );
	width : 800px;
	}
	
#advertisement
	{
	text-align : center;
	}	
	
#pagetitle{
	padding-top : 178px;
	padding-right : 20px;
	font-family : arial, times, georgia, serif;
	font-size : 14pt;
	font-weight : bold;
	color : #0063A6;
	text-align : right;
	}
	
#slogan{
	position : absolute;
	top : 15px;
	left : 40px;
	width : 350px;
	font-family : arial, times, georgia, serif;
	font-style : italic;
	font-size : 9pt;
	color: #0063A6;
	text-align : center;
	}
	
H1{
	font-size : 110%;
	color: #0063A6;
	font-weight : bold;
	}
	
H2{
	font-size : 100%;
	color : #000066;
	font-weight : bold;
	}
	
H3{
	font-size : 100%;
	color : #003366;
	font-weight : bold;
	text-align : center;
	}
	
.newstitle { 
	color : red;
	font-weight : bold;
	font-size : 90%;
	}
	
.content{
	font-family : verdana, arial, times, georgia, serif;
	color : Black;
	text-indent : 20px;
	font-size : 80%;
	}

#bodybox
	{
	min-width:800px;
	width : expression(document.body.clientWidth < 800? "800px": "auto" );
	margin-right : auto;
	margin-left : auto;
	margin-left : 20px;
	}

#primarycontent{
	float : left;
	background-image : url("images/contentbody.jpg");
	background-repeat: repeat-y;
	width : 38%;
	padding : 2%;
	text-align : left;
	display: inline;
	}
	
#subnav{
	float : left;
	width : 13%;
	margin : 1%;
	font-family : arial, times, georgia, serif;
	font-size : 8pt;
	font-weight : bold;
	color : #999999;
	display: inline;
	}
	
#secondarycontent{
	float : left;
	width : 38%;
	background-image : url("images/contentbodyright.jpg");
	background-repeat: repeat-y;
	padding : 2%;
	text-align : Left;
	display: inline;
	}
	
#footer{
	clear : both;
	width : 100%;
	bottom : 0;
	font-size : 8pt;
	font-weight : bold;
	padding-top : 5px;
	font-family : arial, times, georgia, serif;
	color : #0063A6;
	text-align : center;
	background-color : #E0F1DC;
	}
	

	

