/* CSS Document */
html,body {
	width:100%;
	height:100%;
	margin:0;
	border:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#cfdebc;
}
#content
{
	width:800px;
	height:100%;
	vertical-align:top;
}
#content_title
{
	width:100%; 
	margin-left:115px;
	text-align:center; 
	font-size:35px;  
	color:#4c395c; 
	padding-top:10px;
	font-family:"Times New Roman", Times, serif;
}
#content_left
{
	float:left; 
	width:215px;
	text-align:left;
}
#content_right
{
	float:right; 
	width:565px;
	text-align: justify;
}
#icon_main
{
	width:110px;
	height:80px;
	margin:auto;
	float: left;
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:11px;
}
#icon_social
{
	width:110px;
	height:110px;
	margin:auto;
	float: left;
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	font-size:11px;
	vertical-align:top;
}
#icons_sub
{
	width:225px;
}
#icon_sub
{
	width:100%;
	margin:auto;
	height:62px;
	text-align:left;
	vertical-align: middle;
	font-family:'Times New Roman', Times, serif; 
	font-size:12px;
	clear:both;
}
#red
{
	color:#900;	
}
h1
{
	color: #4c395c;
	font-weight: bold;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
h2
{
	color: #4c395c;
	font-weight: bold;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
li
{
	padding-top:10px;
}
a:link {
	color: #4c395c;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #4c395c;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #666;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	color: #4c395c;
	font-weight: bold;
	text-decoration:none;
}

#dot_bar {
	padding-top:10px; 
	padding-bottom:10px; 
	clear:both;
}
#optiontext
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-VARIANT: normal;
}
table#chart td
{
	border:solid;
	border-color:#963;
	border-width:1px;	
}
.formTitle
{
	color:#06C;
	font-weight:bold;
}
.button
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
	CURSOR: hand;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FB6D00;
    FONT-VARIANT: normal
} 

