/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #000000;
}


h1 {
	font-size: 26px;
	margin-bottom: 10px;
}


h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 18px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #0081C6;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

td, textarea, input {font-size: 12px;
vertical-align:top;}

#textfield1 {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#submit1 {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(/inc/style/2009/img7.gif) repeat-x;
	text-transform: lowercase;
	font-size: 12px;
	color: #7A7A7A;
}

.tiny {
	font-size:10px;
}

.sectionhead {
 color: #fff;
 background-color: #0081C6;
 font-size:14px;
 padding: 5px;
 font-weight: bold;
 }
 
 .required {
 	font-weight: bold;
}

.norm	{
	font-weight: normal;
	}

.important {
	color: #a00;
}
 
 a img {

	border: none;
	text-decoration:none;

}

img.left {

	float: left;

	margin: 5px 20px 0 0;

}

.fl {
	float:left;
}

.fr {
	float: right;
}
.cb {	
	clear:both
}



.buttondiv {
width: 188px; 
height: 44px; 
background-image: url('/images/buttons/blankblue.png'); 
background-color: #0081C6;
color: white; 
text-align: center; 
font-size: 20px;
vertical-align: middle;
padding-top: 20px;
float: left;
margin: 0 5px 5px 0; 
cursor: pointer;
}

.buttondiv:hover {
background-image: url('/images/buttons/blankgreen.png'); 
background-color: #6DB33F;
cursor: pointer;
}

a div.buttondiv {
text-decoration: none;
}

.warning {-moz-border-radius: 10px;
border: 1px solid #ccc;
background-color:#fffbdd;
width: 65%;
font-size:18px;
font-weight:bold;
color: #a00;
padding: 5px;
min-height: 75px;
margin: 20px 0 30px 0;
}


.warning img {
margin: 0 10px 0 0;
}


/* Icons */

.warnicon {
background-image: url(/images/icons/warning.png)
}

.infoicon {
background-image: url(/images/icons/info.png)
}

.stopicon {
background-image: url(/images/icons/stop.png)
}

.erroricon {
background-image: url(/images/icons/error.png)
}

.icon {
	width: 95px;
	height: 75px;
	background-repeat: no-repeat;
}


/* Posted */

.posted {
	height: 33px;
	margin: 0 0 30px 0;
	padding: 10px 15px 0 15px;
	background: url(/inc/style/2009/img6.gif) repeat-x;
	border-bottom: 1px solid #F2F2F2;
}

.posted p {
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
	color: #717171;
}



#header, #logo, #menu, #splash, #footer {
display: none;
}

#content {
	width: auto;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background: none;
}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}
