/*////////////////////////////////////////////
General
////////////////////////////////////////////*/
body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../images/common/bg_body_vertical.gif);
	background-position: center top;
	/* Uncomment if needed; only supported in IE5.5+
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
	*/
	margin: 0px;
}
*{
	color: #666666;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
}
strong, b, .bold {
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
h1 {
	color: #999999;
}
h1.underline {
	border-bottom: solid 2px #5E2630;
}
h2 {
	color: #003366;
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
HR {
	color: #eee;
	background-color: #eee;
	height: 5px;
}
a:link, a:active, a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
/*////////////////////////////////////////////
Form Elements
////////////////////////////////////////////*/
.input, .select, .textarea, select, textarea{
	background-color: #FcFcFc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 200px;
}

textarea{
       width: 300px;
}

.button {
	color: white;
    background-color: #5E93BB;
	border: 1px solid #666600;
	height: auto;
	width: auto;
	padding: 1px;
}
/*////////////////////////////////////////////
Custom / Misc.
////////////////////////////////////////////*/
.error{
	font-style: italic;
	color: red;
}
.msg{
	font-style: italic;
}
.label {
	font-weight: bold;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.bgBody {
	background-image: url(../images/common/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div.footer {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	text-align: right;
}
.footer a:link, .footer a:active, .footer a:visited{
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
div.top {
	padding-right: 5px;
	color: #666666;
	
	text-align: right;
}
.top a:link, .top a:active, .top a:visited{
	text-decoration: none;
	font-weight: bold;
}
.top a:hover{
	text-decoration: underline;
	font-weight: bold;
}
div.nav {
	padding-right: 5px;
	
	text-align: right;
}
.nav a:link, .nav a:active, .nav a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.nav a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
div.contentHome {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align: left;
}
div.content  {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	
}
.content * {
	color: #333333;
}
.title h1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	
}
.header h2 {
	color: #FFFFFF;
	font-weight: bold;
}
div.backToTop {
	text-align: right;
}
