@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
/* Yay! Control! */
#global{
	width:710px;
	margin:auto;
	margin-top:60px;
}
#header{
	width:700px;
	height:60px;
	padding-left:10px;
}
#pBody{
	width:710px;
	margin-top:40px;
}
#colLeft{
	float:left;
	width:534px;
	margin-right:10px;
}
#contact{
	float:left;
	width:166px;
	margin-bottom:10px;
}
#footer{
	float:left;
	width:710px;
	height:21px;
	line-height:21px;
	padding-top:2px;
	background:url(images/footer.jpg) repeat-x;
	font-size:0.8em;
	margin-bottom:1px;
}
#links li{
	float:left;
	list-style:none;
	margin-right:15px;
	display:inline;
	font-weight:bold;
}
#links li a{
	text-decoration:none;
}
#links li a:hover{
	text-decoration:underline;
}
#links{
	float:left;
	display:inline;
	width:490px;
	margin-left:20px;
	margin-top:15px;
}
#header div{
	float:left;
}
.pink{
	color:#ff008a;
}
.blue{
	color:#0089ff;
}
.red{
	color:#e81c00;
}
.green{
	color:#0de800;
}
.yellow{
	color:#ffae00;
}
h1{
	font-size:2em;
	color:#0089ff;
}
#colLeft a{
	color:#0089ff;
}
#colLeft a:hover{
	color:#0de800;
}
#colLeft ol,#colLeft ul{
	margin-left:60px;
	color:#555555;
	margin-right:30px;
	text-align:justify;
	margin-bottom:10px;
}

p,h1,h2,h3{
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}
h4{
	margin-bottom:3px;
	margin-left:10px;
	margin-right:10px;
	color:#ff008a;
}
p{
	color:#555555;
}
h2,h3.red{
	font-size:1.6em;
}
h3{
	font-size:1.4em;
	color:#0de800;
}
.boxTop{
	background:url(images/boxTop.jpg) no-repeat;
	height:6px;
	margin-bottom:0px;
}
.boxBody{
	background:url(images/boxBody.jpg) repeat-y;
}
.boxFooter{
	background:url(images/boxBottom.jpg) no-repeat;
	height:6px;
}
/* Footer Styles */
#footer ul{
	float:right;
	font-size:1em;
}
#footer ul li{
	display:inline;
	margin-right:10px;
	font-size:1em;
}
#footer ul li a{
	color:#a5a5a5;
	font-size:1em;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#5a5a5a;
}
#footer p{
	margin-left:10px;
	font-size:1em;
	color:#a5a5a5;
}
.noMB{
	margin-bottom:0px;
}
span{
	width:200px;
	font-weight:bold;
	display:block;
}
input, textarea, select{
	border:1px solid #a5a5a5;
	font-size:0.9em;
	color:#555555;
	min-width:150px;
}
#status{
	float:right;
	margin-right:10px;
	width:200px;
	color:#555555;
}
.notify{
	background-color:#e8e8e8;
	border:1px ridge #c7c7c7;
}
input.blue{
	background-color:#e8e8e8;
	border:1px solid #c7c7c7;
	font-weight:bold;
	min-width:100px !important;
}