body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	background-color: #0C1967;
	overflow: scroll;
	overflow: auto;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#maincontainer{
	width: 800px;
	margin: auto;
	height: auto;
}

/*************** #header styles ****************/

#header{
	height: 125px;
	width: 800px;
	border-bottom: 10px solid #2060A8;
	top: 5px;
}

.headerimg{
	width: 154px;
	height: 125px;
	float: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.hH1{
	font-family: Arial;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	padding-top: 45px;
}

.hH2{
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}

/************** #content styles ****************/

#content{
	float:right;
	clear: left;
	width: 590px;
	height: auto;
	border-left: 10px solid #2060A8;
	background: #FFFFFF;
	/*position: relative;*/
	min-height: 600px;
}

.cImg{
	float:left;
	padding: 5px;
}

.cImg2{
	float:right;
	padding: 5px;
}

.cH1{
	font-family: Arial;
	text-align: center;
	font-size: 30px;
	color: #000000;
}

.cH2{
	font-family: Arial;
	text-align: center;
	font-size: 25px;
	color: #000000;
	margin-top: 10px;
}

.cH3{
	font-family: Arial;
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}

.cH4{
	font-family: Arial;
	text-align: left;
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}


.clink{
	font-family: Arial;
	text-align: left;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}

.cText{
	font-family: Arial;
	text-align: left;
	font-size: 12pt;
	color: #000000;
	margin-top: 10px;
	margin-left: 2px;
}

.update{
	font-family: Arial;
	text-align: left;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	margin-left: 2px;
}

/*************** #journal styles ****************/

#journal{
	font-family: Arial;
}

#journal a{
	color: #000099;
	text-decoration: underline;
}

.jH1{
	font-family: Arial;
	text-align: left;
	font-size: 16px;
	color: #000000;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.jText{
	font-family: Arial;
	text-align: left;
	font-size: 12pt;
	color: #000000;
	margin-top: 2px;
	margin-left: 4px;
}

.jlinkH1{
	font-family: Arial;
	text-align: left;
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}



.jlink{
	font-family: Arial;
	text-align: left;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}

.jContact{
	font-family: Arial;
	text-align: left;
	font-size: 16px;
	color: #000000;
}

/*************** #paper styles ****************/

#paper{
	font-family: Arial;
}

#paper a{
	color: #0000CC;
	text-decoration: none;
}

.papersH1{
	font-family: Arial;
	text-align: left;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
	border-top: 2px solid #2060A8;
	border-bottom: 1px dashed #2060A8;
}

.papers{
	font-family: Arial;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

/*************** #links styles ****************/

#links{
	font-family: Arial;
}

#links a {
	font-family: Arial;
	color: #0000CC;
	text-decoration: underline;
}
#links a:hover {
	color: #000033;
}

.linksH1{
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
	font-weight: bolder;
	border-top: 2px solid #2060A8;
	border-bottom: 1px solid #2060A8;
}

.linksH2{
	text-align: center;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
}

.links{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
}

/*************** #footer styles ****************/

#footer{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	width: 800px;
	height: auto;
	clear: both;
}

#footer a{
	color: #FFFFFF;
}

.footerimg{
	line-height: normal;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

/***********************************************/
/* Menu Divs                                 */
/***********************************************/

/**************** #main styles *****************/

#menu{
	width: 200px;
	height: auto;
	/*border-right: 10px solid #2060A8;*/
	/*position: absolute;*/
	/*top: 136px;*/
}

#menu ul{
	list-style-type: none;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#menu li a{
	display: block;
	width: 192px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0000FF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #666666;
}

#menu li a:hover {
	background-color: #333333;
	border-left-color: #666666;
	color: #FFFFFF;
}

.menutitle{
	color: #000000;
	border-bottom: 1px solid black;
	background-color: #2060A8;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

/************** #research styles ***************/

.researchmenu{
	padding: 3px;
	margin-left: 0;
	font: bold 12px Arial;
	border-bottom: 1px solid #000000;
	list-style-type: none;
	text-align: left;
	color: #FFFFFF;
}

.researchmenu li{
	display: inline;
	margin: 0;
}

.researchmenu li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #000000;
	border-bottom: none;
	background-color: #0000FF;
	color: #FFFFFF;
}

.researchmenu li a:hover{
	background-color: #333333;
	color: #FFFFFF;
}
