/****** @import Must be at top of page ******/

@import url("category.css");
@import url("images.css");
@import url("navigation.css");
@import url("people.css");
@import url("basicforms.css");

/****** Body ******/	

body {
	padding: 20px 0 0 0; /* Top, Right, Bottom, Left */
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #666666;
	}

/****** Header Image ******/	

#header {
	width: 920px;
	display: block; /* fixes gap problem for replaced inline element in xhtml */
	}
	
/****** Container ******/	

#container2 {
	width: 920px;
	background-color: #FFFFFF;
	margin: 0 auto auto auto; /* Top, Right, Bottom, Left */
	background-image: url(images/vertical_line.gif); /* This graphic is the vertical line for the left navigation menu */
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 8px solid  #314B88;
	}		


#container {
        width: 920px;
        background-color: #000000;
        margin: 0 auto auto auto; /* Top, Right, Bottom, Left */
        background-image: url(images/vertical_line.gif); /* This graphic is the vertical line for the left navigation menu */
        background-repeat: repeat-y;
        background-position: left top;
        border-bottom: 8px solid  #314B88;
        }

/****** Content ******/

#content2 {
	float: left;
	width: 605px;
	margin: 5px auto 0 10px; /* Top, Right, Bottom, Left */
	padding: 0px;
	}	

#content3 {
        float: left;
        width: 600px;
        margin: 10px 20px 50px 20px; /* Top, Right, Bottom, Left */
        padding: auto;
        }

#content {
        float: left;
        width: 650px;
	background: #000000;
	margin: 10px 10px 10px 30px;
	font-size: 12px;
	color: white;
	padding: 20px;
            }
#content1 {
        float: left;
        width: 650px;
        background: #000000;
        margin: 10px 10px 10px 30px;
        font-size: 12px;
        color: white;
        padding: 20px;
            }
#contentx {
        float: left;
        width: 650px;
        background: #000000;
        margin: 10px 10px 10px 30px;
        font-size: 12px;
        color: white;
        padding: 0px;
            }



/****** Footer ******/		

#footer {
	width: 800px;
	padding: 6px 0 6px 0; /* Top, Right, Bottom, Left */
	margin: auto;
	text-align: center;		
	font-size: 10px;
	font-weight: normal;
	color: #DDDDDD;
	
	clear: both;
	}

#footer a:link, #footer a:visited {
	color: #ffe570;
	text-decoration: none;
	font-weight: normal;	
	font-size: 14px;	
	}

#footer a:hover {
	text-decoration: underline;
	font-size: 13px;	
	}	

/****** HTML Tags ******/	

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffe570;
	text-align: center;
	margin: 0 16px 8px 16px; /* Top, Right, Bottom, Left */			
	}

h7 {
        font-size: 20px;
        font-weight: bold;
        color: #ffe570;
        text-align: bottom;
        margin: 0 16px 8px 26px; /* Top, Right, Bottom, Left */
        }

	
h2 {
	font-size: 18px;
	font-weight: bold;	
	padding: 0;
	margin: 0 16px 12px 16px; /* Top, Right, Bottom, Left */		
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 16px 4px 16px; /* Top, Right, Bottom, Left */						
	}

h4 {
        font-size: 20px;
        color: #ffe570;
	font-weight: bold;
	
        margin: 0 16px 8px 16px; /* Top, Right, Bottom, Left */
        }

h6 {
        font-size: 16px;
        color: #70dcff;
        font-weight: bold;

        margin: 0 16px 8px 16px; /* Top, Right, Bottom, Left */
        }



p {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	padding: 0;
	margin: 10px 16px 10px 16px; /* Top, Right, Bottom, Left */	
	}	


#para
 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
	text-align: justify;
        color: #ffffff;
        line-height: 20px;
        padding: 0;
        margin: 10px 16px 10px 16px; /* Top, Right, Bottom, Left */
        }

	
strong {
	font-size: 14px;
	font-weight: bold;		
	color: #eef6f8;
	line-height: 20px;
	}	

ul li {
	font-size: 14px;
	color: #ffffff;
	line-height: normal;	
	}
	
ol li {
	font-size: 14px;
	color: #ffffff;
	line-height: normal;	
	}	
	
/****** Default Links ******/

a:link, a:visited {
	color: #ffe570;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;	
	padding: 2px;
	}

a:hover {	
	color: #88c9d3; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;		
	}		

/****** Misc Elements ******/


#contact {
	float: left;
	margin: 25px 25px 25px 25px; /* Top, Right, Bottom, Left */
	padding: 0;
	height: auto;
	width: 230px;
	}	

#contact h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #ffffff;
	}	

#contact h2 {
	margin: 12px 0 6px 0; /* Top, Right, Bottom, Left */
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	}

#research {
	float: left;
	margin: 25px 0 25px 10px; /* Top, Right, Bottom, Left */
	padding: 0;
	height: auto;
	width: 220px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;		
	}		

#research h2 {
	background-color: #CCCCCC;
	padding: 6px; 
	margin: 0;	
	background-image: url(images/th_bg2.jpg);
	color: #000000;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
	}
.clear {
clear: both;
	}	
	
#clear {
clear: both;
	}

