@charset "utf-8";
/* FSCA website default stylesheet */

body {
	background: #ffffff;
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eeeeee,endColorStr=#ffffff);
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

table {
	font-size: 90%;
	color: #666666;
}

h1 {
	width: 99%;
	background: #ddddff;
	font-size: 98%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

h2 {
	width: 99%;
	font-size: 95%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;	
}

h3 {
	/*width: 99%;
	background: #ddddff;*/
	font-size: 1.2em;
	font-weight: bold;
	/*padding: 5px;*/
	margin-bottom: 5px;	
	color: #444444;
}

p {
	font-size: 85%;
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 3px;
	padding-bottom: 3px;		
}

ul {
	font-size: 85%
}

li {
	list-style-type: square;
}

a {
	font-size: 1.0em;
	font-weight: bold;
	color: #444488;
	text-decoration: none;
}

a:hover {
	font-size: 1.0em;
	font-weight: bold;	
	color: #8888cc;
	text-decoration: underline;
}

.customtable {
	width: 487px;
	border: 1px solid #dddddd;
	background: #eeeeee;
}

.customtable2 {
	border: 1px solid #dddddd;
	background: #ffffee;
}

.customtableheader {
	background: #dddddd;
	color: #2244aa;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	height: 18px;
}

.customtableheader2 {
	background: #ddddcc;
	color: #2244aa;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
}

.customtablecell {
	border-bottom: 1px dotted #dddddd;
}

#wrapper {
	width: 999px;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;	
	background: #ffffff;
	border: 1px solid #dddddd;
}

#header {
	background: url(../images/full_banner.jpg);
	width: 999px;
	height: 149px;
}

#content {
	/*float: left;*/
	width: 987px;
	margin-top: 5px;	
	margin-left: 5px;
	margin-bottom: 5px;	
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f4f4ff,endColorStr=#ffffff);
	border: 1px solid #dddddd;
}

#sidebar {
	float: right;
	width: 150px;
	margin-top: 5px;	
	margin-left: 5px;
	margin-bottom: 5px;	
	margin-right: 5px;		
	background: #ffeeee;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffeeee,endColorStr=#ffffff);
	border: 1px solid #dddddd;	
}

#sidebar h1 {
	width: 140px;
	background: #ffdddd;
	font-size: 98%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

#sidebar ul {
	font-size: 75%;
	margin-top: 0;
	margin-left: 5px;
	padding: 0;
}

#sidebar li {
	list-style-type: 0;
	border-bottom: 1px solid #eeeeee;	
}

#sidebar a {
	font-size: 100%;
	color: #888888;
	text-decoration: none;
}

#sidebar a:hover {
	font-size: 100%;
	color: #aaaaaa;
	text-decoration: underline;
}

#sidebarleft {
	float: left;
	width: 150px;
	margin-top: 5px;	
	margin-left: 5px;
	margin-bottom: 5px;	
	margin-right: 5px;		
	/*background: #ffeeee;*/
	background: #faf0ef;
	border: 1px solid #dddddd;
	font-weight: normal;
}

#sidebarleft h1 {
	width: 140px;
	/*background: #ffdddd;*/
	color: #9e3949;
	background: #f1dcdb;
	font-size: 98%;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#sidebarleft ul {
	font-size: 90%;
	margin-top: 0;
	/*margin-left: 5px;*/
	padding: 0;
	text-align: center;
}

#sidebarleft li {
	list-style-type: none;	
	padding: 3px;
}

#sidebarleft a {
	font-size: 100%;
	/*color: #4255C3;*/
	color: #9e3949;
	text-decoration: none;
	font-weight: normal;
}

#sidebarleft a:hover {
	font-size: 100%;
	color: #6B76EA;
	text-decoration: none;
	font-weight: normal;
}



#footer {
	/*clear: both;*/
	/*background: #dddddd;*/
	background: #faf0ef;
	padding: 3px;
	font-size: 70%;
	color: #666666;
	text-align: center;
}
