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

body {
	margin: 0;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/*background-image: url(../images/_background.jpg);*/
}
#container {
	margin: 0 auto;
	/*padding:10px;*/
	width: 875px;
	background-color: #FFF;
}
#navigation {
	background-image: url(../images/navigation.jpg);
}
#content {
	/*background-color:#FFFFFF;*/
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 20px;
	padding-left: 19px;
	padding-right: 20px;
	min-height: 750px;
}
#leftColumn {
	width:21%;
	float:left;
	margin-right:10px;
	margin-top: 40px;
	margin-left: 0px;
	padding-left: 10px;
	background-color: #D7DBDB;
	padding-top: 15px;
	padding-bottom: 25px;
}
#rightColumn {
	width:24%;
	float:right;
	padding-left:10px;
	margin-top: 40px;
	}

#centerColunm {
	width:47%;
	margin-left:25%;
	}
	
	#centerColunmitself {
	width:74%;
	
	}
#footer {
	width:855px;
	float:left;
	background-color: #000;
	color: #FFFFFF;
	padding-left: 20px;
	height: 30px;
	vertical-align: top;
	font-size: 75%;
	padding-top: 10px;
}
p {
	font-size: 75%;
	color: #666666;
	line-height: 2;
}
H2 {
	font-size: 100%;
	color: #666666;
	line-height: 2;
}
h3 {
	font-size:36px;
	color: #666666;
	line-height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	color: #666666;
	font-weight: lighter;
	}
h5{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	color: #818454;
	font-weight: lighter;
	line-height: 1.5;
}
a:link {
	color: #393543;
	text-decoration: none;
}
a:visited {
	color: #3B3743;
	text-decoration: none;
}
a:hover {
	color: #868EB8;
	text-decoration: none;
}
a:active {
	color: #3F3B49;
	text-decoration: none;
}
.imgLeft {
	float: left;
	margin-left: -1px;
	padding: 10px;
	text-align: left;
	margin-top: 0px;
	line-height: 14px;
	font-size: 12px;
	color: #6E6666;
	}
#container #content #centerColunm ul {
	letter-spacing: normal;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 8px;
}


/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #eeecec;
	/** remember to change image path **/
	background: url(none) no-repeat #eeecec;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #76766f;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #76766f;
}
