/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 color: #333333;
}

#header a img, #header a:hover img, #header a:visited img, #header a:active img {
border: none!important;
}

#content a img, #content a:hover img, #content a:visited img, #content a:active img {
border: none!important;
}

#rightcolumn a img, #content a:hover img, #content a:visited img, #content a:active img {
border: none!important;
}

#leftcolumn a img, #content a:hover img, #content a:visited img, #content a:active img {
border: none!important;
}

#navigation img {
border-color: #FF6633;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#content {
	float: left;
	color: #333;
	background: #FFFFFF;
	width: 430px;
	display: inline;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	margin-left: 10px;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 25px;
}

#content p {
	padding: 10px; 

}

#header {
 color: #333;
 width: 800px;
 float: left;
 height: 221px;
}

#footer {
	width: 800px;
	height: 25px;
	clear: both;
	color: #333;
	margin-top: 10px;
	border-top-color: #CCCCCC;
	border-top-style: groove;
	border-top-width: 1px;
	padding-top: 10px;
	font-size: small;
}

#navigation {
 float: left;
 width: 800px;
 height: 35px;
 color: #333;
 background: #FF6634;
 border-top: 3px white solid;

}

#leftcolumn { 
 color: #333;
 width: 150px;
 float: left;
}

#rightcolumn {
	color: #333;
	width: 170px;
	float: left;
	margin-top: 25px;
}
.image-right {
	float: right;
	margin-bottom:1px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 5px;;
}
.image-left {
	float:left;
	margin-right:5px;
	margin-bottom:1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 1px;
	padding-top: 1px;
}
.small {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 9px; 
 color: #333333;
}

a:link {
COLOR: #FF6633;
 text-decoration: none;
 font-weight: bold;
}

a, a:visited {
 color: #FF6633;
 text-decoration: none;
 font-weight: bold;
}

a, a:hover {
	color: #333333;
}

a:active {
COLOR: #FF6633;
}


ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 2em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF6634;
	padding: 10px;
}

li {
	margin-bottom: 15px;
}
hr {
	margin: .5em auto;
	color: #CCCCCC;
	height: 1px;
	background-color: #CCCCCC;
	border: none
}