/** {
	margin: 0px;
	padding: 0px;
}*/

body {
	padding: 16px 0px 10px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* x small text */
.fontx-small {
	font-size: x-small;
}


/* x-small link */
a.xlink:link  {
	text-align: left;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}

a.xlink:visited {
	text-align: left;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;

}
a.xlink:hover {
	text-align: left;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;

}
a.xlink:active {
	text-align: left;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}


/* submenu link */
a.sub_menu:link  {
	text-align: left;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a.sub_menu:visited {
	text-align: left;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}
a.sub_menu:hover {
	text-align: left;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;

}
a.sub_menu:active {
	text-align: left;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}



/* red link */
a.redlink:link  {
	text-align: left;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

a.redlink:visited {
	text-align: left;
	font-size: 12px;
	color: red;
	text-decoration: none;

}
a.redlink:hover {
	text-align: left;
	font-size: 12px;
	color: red;
	text-decoration: underline;

}
a.redlink:active {
	text-align: left;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

/* link white */ 
a.whitelink:link  {
	text-align: left;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

a.whitelink:visited {
	text-align: left;
	font-size: 10px;
	color: white;
	text-decoration: none;

}
a.whitelink:hover {
	text-align: left;
	font-size: 10px;
	color: white;
	text-decoration: underline;

}
a.whitelink:active {
	text-align: left;
	font-size: 10px;
	color: white;
	text-decoration: none;
}	
/* blue page link */ 
a.hlink:link  {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

a.hlink:visited {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.hlink:hover {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}
a.hlink:active {
	font-size: 12px;
	color: blue;
	text-decoration: none;
	
}

/* blue page link */ 
a.big_bluelink:link  {
	text-align: left;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

a.big_bluelink:visited {
	text-align: left;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
a.big_bluelink:hover {
	text-align: left;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}
a.big_bluelink:active {
	text-align: left;
	font-size: 12px;
	color: blue;
	text-decoration: none;	
	
}
/*span {
	display: none;
}
*/
img {
	border: none;
	text-align: center;
}

p {
	margin: 10px 0px 5px;
	line-height: 14px
}
	
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}
#top_anchor {
		margin : 0px;
		}

#container {
	margin: 0px auto;
	width: 1000px;
	background-color: #FFFFFF;
}

/* Page Header */

#page_header {
	width: 1000px;
	height: 127px;
	background: url(images/header0.jpg) no-repeat 0px 0px;
	overflow: hidden;
	float: left;
}

#page_title {
	margin-top: 90px;
	width: 300px;
	height: 30px;
	float: none;
	text-align: left;
	margin-left: 500px;
	color: #CCCCCC;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




/* Home Page Banner */

#home_container {
	width: 1000px;
	height: 208px;
	overflow: hidden;
	margin-top: 0px;
}

#home_text {
	width: 400px;
	height: 160px;
	margin-left: 250px;
	margin-top: 25px;
	color: #003366;
	font-size: small;
	float: none;
}

#page_menu {
	background: url(images/menu_bg.gif) no-repeat;
	width: 980px;
	height: 28px;
	overflow: visible;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 20px;
}



/* body container */

#body_background {
	width: 1000px;
	background-image: url(images/vertlines.gif);
	background-repeat: repeat-y;
	overflow: auto;

}
	

/* Left Sidebar */

#left_sidebar {
	float: left;
	width: 250px;
	margin-left: 1px;
}

#left_sidebar_text {
	margin: 5px 15px 0px 5px;
	width: auto;
}


/* page footer */

#page_footer {
	width: 1000px;
	height: 80px;
	background: url(images/footer.jpg) no-repeat 0px 0px;
	overflow: hidden;
	margin-top: 20px;
}
#footer_text {
	width: 400px;
	height: 20px;
	margin-top: 20px;
	color: white;
	font-size: small;
	float: left;
	padding-left: 100px;
}

#update_text {
	width: 200px;
	height: 20px;
	margin-top: 20px;
	color: #CCCCCC;
	font-size: 10px;
	float: right;
	font-style: normal;
}

#disclaimer_text {
	width: 200px;
	height: 20px;
	margin-top: 20px;
	color: #CCCCCC;
	font-size: x-small;
	float: left;
	font-style: normal;
	padding-left: 50px;
}



/* Main Content */

#maincontent_container {
	border-top : 1px solid #000000;
	float: left;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 450px;
	margin-left: 10px;
	overflow: hidden;
}

#maincontent {
	float: left;
	margin: 7px 0px 0px 16px;
	width: 400px;
	text-align: left;
}

#maincontent_container1 {
	width: 736px;
	float: left;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	border-top : 1px solid #000000;
	margin-left: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#maincontent_container_ptr {
	width: 537px;
	float: left;
	border-top : 1px solid #000000;
	margin-left: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#journal_container {
	width: 525px;
	float: left;
	border-top : 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#maincontent1 {
	margin: 7px 0px 0px 16px;
	width: 720px;
	text-align: left;
}

/* Right Sidebar */


#search {
	width: 230px;
	} 

#right_sidebar {
	width: 275px;
	float: right;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	height: 320px;
}


ul.circle {
	list-style-type:circle;
	margin: 14px;
	padding: 14px;
}
ul.square {list-style-type:square}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {
	list-style-type:lower-alpha;
	margin: 14px;
	padding: 14px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.colour_orange {color: #FF6600;}
