body  {
	font-size: 13px;
	background: #d1e1ee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Tahoma, "Times New Roman", Times, serif;
	line-height: 16px;
}
.twoColFixLtHdr #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #containernoSB {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bg_noSB.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header { 
	background-image: url(../images/pagehead.jpg);
	background-color: #FFFFFF;
	width: 760px;
	height: 77px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.headertext {
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 55px 20px 0 280px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height: 24px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height: 24px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #002a81;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #002a81;
}
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #002a81;
}
.subhead2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #002a81;
}
.calTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #333333;
}
.psmall {
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color: #666666;
	padding: 0px;
}
.formfield {
	font-size: 10px;
	line-height : 18px;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
.msg {
	font-size: 11px;
	font-weight: bold;
	color: #d43b47;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	background-image:url(../images/sidebar_bg.gif);
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 22px;
}
.twoColFixLtHdr #sidebarcontent {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 10px 10px;
}

.login_box {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: 1px solid #98ACB4;
	border-bottom: 1px solid #98ACB4;
	border-left: 1px solid #98ACB4;
	border-right: 1px solid #98ACB4;
	background-color:#d1e1ee;
	}


.twoColFixLtHdr #mainBody {
	margin: 0 0 0 172px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainBodynoSB {
	margin: 0 0px 0 172px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent { 
	margin: 30px 20px 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentnoSB { 
	margin: 30px 20px 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	background-color: #53b6ff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 100px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.tblfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	width: 180px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	background-color: #d1e1ee;
	text-align: left;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #53b6ff;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.sidenav {
	width: 100%;
	font-size: 11px;
	border-top: 1px solid #98ACB4;
	font-weight: bold;
	color:#555657;
	}
	.sidenav p {
		padding: 3px 5px 0px 5px;
		}

.sidenav a:link {
	color: #002a81;
	text-decoration: none;
	}
.sidenav a:visited {
	color: #002a81;
	text-decoration: none;
	}
.sidenav a:hover {
	color: #a4a4a5;
	text-decoration: underline;
	}

.sidenav_active {
	width: 100%;
	font-size: 11px;
	border-top: 1px solid #98ACB4;
	font-weight: bold;
	color:#FFFFFF;
	}
	.sidenav_active p {
		padding: 3px 5px 0px 5px;
		}
.sidenav_active a:link {
	color: #0695ff;
	text-decoration: none;
	}
.sidenav_active a:visited {
	color: #0695ff;
	text-decoration: none;
	}
	
.ImageonLeft {
	padding: 5px;
	margin-right: 5px;
	border: 2px;
	}
	
.red {
	color:#CC0000;
	}
	

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
ul {
	list-style: square;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, q:before {
	content: open-quote;
	}
blockquote:after, q:after {
	content: close-quote;
	}
blockquote, q {
quotes: '"' '"';
border: solid thin #c0c0c0;
background-color: #f0f0f0;
padding: 4px 4px 4px 4px;	
}
	
/* _______________________________ MeyerWeb Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ___________ */


/* _______________________________ Basics ___________ */

a:link {
	color: #235577;
	text-decoration: underline;
	}
a:visited {
	color: #235577;
	text-decoration: underline;
	}
a:hover {
	color: #235577;
	text-decoration: underline;
	}
a:active {
	color: #235577;
	text-decoration: underline;
	}

.row_name a:link {
	color: black;
	text-decoration: underline;
	}
.row_name a:visited {
	color: black;
	text-decoration: underline;
	}
.row_name a:hover {
	color: black;
	text-decoration: underline;
	}
.row_name a:active{
	color: black;
	text-decoration: underline;
	}

/* _______________________________ Helpers ___________ */

.clearer { clear: both; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }

.border_right { border-right: 1px solid #98ACB4; }

.right_pad { padding: 0px 5px 0px 0px; }
.top_pad { padding: 10px 0px 0px 0px; }

.submit_error {
	color: red;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	}

/* _______________________________ Layout ___________ */
.logo {
	float: left;
	font-size: 20px;
	font-weight: bold;
	}
	.logo a:link { text-decoration: none; }
	.logo a:visited { text-decoration: none; }
	.logo a:hover { color: #666; text-decoration: none; }
	.logo a:active { text-decoration: none; }
	
.top_menu {
	width: 400px;
	padding: 3px 0px 0px 0px;
	float: right;
	text-align: right;
	}
	
.breadCrumbs {
	width: 100%;
	height: 15px;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	}
	
#pages_btn {
	width: 100%;
	height: 20px;
	padding: 20px 0px 00px 0px;
	}
	
.top_btn {
	float: left;
	width: 40%;
	}
	
.pages {
	float: right;
	width: 40%;
	height: 20px;
	padding: 0px;
	text-align: right;
	}
	.pages p {
		padding: 2px 5px 0px 5px;
		float: right;
		}
	.pages img {
		float: right;
		}
		
	
/* _______________________________ Data Layout ___________ */

.left_10 { width: 10%; float: left; }
.left_15 { width: 15%; float: left; }
.left_20 { width: 20%; float: left; }
.left_30 { width: 30%; float: left; }	
.left_40 { width: 40%; float: left; }
.left_45 { width: 45%; float: left; }	
.left_50 { width: 50%; float: left; }	
.left_60 { width: 60%; float: left; }	
.left_70 { width: 70%; float: left; }	
.left_80 { width: 80%; float: left; }	
.left_90 { width: 90%; float: left; }	
.left_100 { width: 100%; float: left; }	
.left_auto { width: auto; float: left; }

.right_10 { width: 10%; float: right; }
.right_20 { width: 20%; float: right; }	
.right_30 { width: 30%; float: right; }	
.right_40 { width: 40%; float: right; }	
.right_50 { width: 50%; float: right; }	
.right_60 { width: 60%; float: right; }	
.right_70 { width: 70%; float: right; }	
.right_80 { width: 80%; float: right; }	
.right_90 { width: 90%; float: right; }	
.right_100 { width: 100%; float: right; }	

.content_box {
	margin: 10px 0px 0px 0px;
	border-top: 0px solid #98ACB4;
	border-left: 0px solid #98ACB4;
	border-right: 0px solid #98ACB4;
	}

.row_title {
	width: 100%;
	height: 100%;
	background-color: #d1e1ee;
	font-weight: bold;
	color: black;
	border-top: 2px solid #000000;
	}
	.row_title p {
		padding: 5px;
		}
			
.row_name {
	width: 100%;
	font-size: 10px;
	border-bottom: 1px solid #98ACB4;
	overflow: hidden;
	font-weight: bold;
	}
	.row_name p {
		padding: 8px 0px 8px 5px;
		}
				
.row_0 {
	width: 100%;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #98ACB4;
	overflow: hidden;
	}
	.row_0 p {
		padding: 8px 0px 8px 5px;
		}
				
.row_1 {
	background-color: #FFFFFF;
	width: 100%;
	font-size: 11px;
	overflow: hidden;
	border-bottom: 1px solid #98ACB4;
	}
	.row_1 p {
		padding: 8px 0px 8px 5px;
		}
		
.keep_on { padding-bottom: 32767px; margin-bottom: -32767px; }

.forum_post {
	background-color: #eff4f6;
	width: 100%;
	border-bottom: 1px solid #98ACB4;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	}
	.bolder { font-size: 11px; font-weight: bold; padding: 0px 0px 5px 0px; }
	.forum_post_identity {
		width: 100px;
		float: left;
		margin: 0px;
		padding: 10px;
		clear: right;
		}
	.forum_post_right {
		background-color: white;
		border-left: 1px solid #98acb4;
		width: 537px;
		/* margin: 0px;
		padding: 10px; */
		float: right;
		clear: top;
		}
	.forum_post_content {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		line-height: 11px;
		height: 100%;
		}
		.forum_post_content p { padding: 0px 0px 10px 0px; }
	.forum_post_links {
		border-top: 1px solid #98acb4;
		width: 100%;
		text-align: right;
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 11px;
		line-height: 11px;
		}
		.forum_post_links p {
			padding: 0px 10px 0px 0px;
			}
	.post_padding { min-height: 170px; padding: 10px 10px 20px 10px; }
	
.basic_forms {
	width: 475px;
	padding: 0px 0px 0px 40px;
	}
	
.input_name {
	width: 130px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: black;
	font-weight: bold;
	}	
.input_name2 {
	width: 100px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: black;
	font-weight: bold;
	}
.input_name_extras {
	width: 130px;
	height: 5px;
	line-height: 5px;
	margin: 0px 0px 0px 140px;
	padding: 0px;
	float: left;
	font-size: 9px;
	color: #666;
	clear: none;
	}
.input_box {
	font-size: 11px;
	width: 200px;
	height: 15px;
	line-height: 12px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.select_box {
	width: 204px;
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.input_file {
	line-height: 10px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	}
.input_checkbox {
	float: right;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 5px;
	}
.input_checkbox_text {
	width: 180px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 9px;
	}
.file_text {
	width: 280px;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 9px;
	}
.submit_btns {
	float: right;
	}
	
.profile_username {
	width: 200px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	float: right;
	color: black;
	}
.profile_textarea {
	width: 200px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
.edit_textarea {
	width: 600px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
	
.current_avatar {
	float: right;
	clear: both;
	}
	
.profile_form {
	padding: 20px;
	width: 600px;
	}
	.profile_form textarea { width: 200px; }
	.profile_form .clearer { line-height: 5px; }
	.profile_form .profile_username { float: left; }
	
	.avatar_title {
		width: 140px;
		float: left;
		color: black;
		font-weight: bold;
		padding: 10px 0px 0px 5px;
		}
		
	.avatar_options {
		width: 250px;
		float: left;
		}
		
.search_forms {
	width: 340px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	}		
.login_forms {
	width: 340px;
	padding: 20px 0px 0px 20px;
	}
