

body {
	background-color: #424242;
	background-image: url(../images/bg-repeat-top.gif);
	background-repeat: repeat-x;
}

p {
	margin: 0px 12px 20px 18px;
	padding: 0;
	font-size: 12px;
}

ul {
	list-style: square;
	font-size: 12px;
}

a:link {color: #253e4b; text-decoration: underline; }
a:hover {color: #224353; text-decoration: none; }

h1 {
	font-size: 12px;
	margin: 0px 8px 10px 18px;
	padding: 0;
	letter-spacing: 1px;
	background-image: url(../images/header-underline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 3px;
}

label {
	width: 2em; 
	float: left; 
	margin: 0 1em 10px 18px;
	clear: both;
}

.ol-textbox {
	float: left; 
	margin-bottom: 10px;
	width:105px;
}

.ol-textarea {
	float: left; 
	margin-bottom: 10px;
	width:105px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
}

.top-row {
	padding-top: 12px;

}
.top-row ul {
	float: right;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	clear: right;
	text-align: right;
	margin-top: 25px;
	margin-right: 60px;
	margin-left: 0px;
	padding-left: 0px;
	height: 40px;
}
.top-row li {
	display: inline;
	list-style-type: none;
	padding: 6px 3px 20px 3px;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 2px;
	behavior: url(/static/css/iepngfix.htc);
	margin-top: 20px;
}
.top-row a {
	text-decoration: none;
	color: #fff;
}
.top-row a:hover {
	text-decoration: underline;
}
.top-row li:hover {
	color: #fff;
	background-image: url(../images/nav-rollover-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	behavior: url(/static/css/iepngfix.htc);
}

.top-row .img-right {
	border: 0;
	margin: 0;
}

.top-row .img-left {
	border: 0;
	margin: 0;
}

.banner-row {

}

.content-wrapper1 {
	background-color: #fff;
	background-image: url(../images/content-divider-vertical.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 735px;
}

.content-wrapper2-main {
	background-image: url(../images/top-curves-main.gif);
	background-repeat: no-repeat;
	/*padding-top: 14px;*/
	border-bottom: 2px solid #fff;
}
.content-wrapper2 {
	background-image: url(../images/top-curves.gif);
	background-repeat: no-repeat;
	/*padding-top: 14px;*/
	border-bottom: 2px solid #fff;
}


.left-col {
	background-image: url(../images/left-col-bg-repeat.png);
	background-repeat: repeat-x;
	float: left;
	width: 204px;
	margin-left: 2px;
	min-height: 139px;
	margin-top: 14px;
}
.left-col p, .left-col h1 {
	margin-left: 14px;
}
.left-col p {
	font-size: 11px;
}
.left-col form {
	font-size: 11px;
}

.right-col {
	background-image: url(../images/right-col-bg.png);
	background-repeat: no-repeat;
	float: right;
	width: 526px;
	min-height: 195px;
	margin-top: 14px;
}

.footer, .footer a:link, .footer a:visited, .footer a, .footer a:active {
	font-size: 10px;
	margin-top: 7px;
	color: #878787;
	text-decoration: none;
	text-transform: uppercase;
	width: 735px;
}
.footer a:hover {
	text-decoration: underline;
}

.footer .float-right a {
	font-size: 10px;
	margin-top: 7px;
	color: #878787;
	text-decoration: none;
	text-transform: uppercase;
}

.ul a, .ul a:link, .ul a:visited, .ul a:active {
	color: #000;
	text-decoration: none;
}

.ul a:hover {
	color: #666666;
	text-decoration: none;
}
/***** Text Classes *****/

.title-black {
	font-size:14px;
	font-weight:bold;
	color:#32373a;
}
.title-large {
	font-size:18px;
	color:#3c4245;
	clear: both;
}
.smalltext {
	font-size:11px;
}
a.smalltext {
	color: #8e9aa0;	
}
a.smalltext:hover {
	color: #FFFFFF;	
}

#alpha-logo { behavior: url(/static/css/iepngfix.htc); }
#alpha-banner { behavior: url(/static/css/iepngfix.htc); }

.keys {
	text-align: center;
	font-size:11px;
	margin-top: 66px;
	color: #aaa;
}
