/* CSS Document */

	/*  */
	#wrapper {
/* because "min-width" is not supported by IE, these pages use a script from PVII */
min-width:740px;
/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
width:100%;
/* faux-column technique, this is the left one */
background:#fff url(left.gif) repeat-y left

}
	#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;

}

#header {
	margin: 0 0 15px;
	background: url(../images/css_images/Main_header1.gif) no-repeat;
	text-align: right;
	height: 93px;
	font-size: .75em;



}

#side-a {
	float: left;
	width: 500px;
	margin-left: 15px;
	background-image: url(../images/Red_line_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 15px;
}


li {
	list-style-type: square;
}


#side-b {
	margin: 5px;
	float: left;
	width: 250px;
	height: 1%;
	padding: 5px 5px 5px 10px;




}

#footer {
	clear: both;
	font-size: 0.75em;
	padding-left: 15px;


}
	/*  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3C489E;
	float: left;
	margin: 0px;
	padding: 0px;






}

#header a{
	text-decoration: none;
	color: #666666;



}
#header a:hover{
	color: #FF0000;
	text-decoration: underline;


}
#header a:visited{
	color: #663366;


}
#header a:active{

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FF0000;
	margin: 0px;
	padding: 5px 0px 0px;



}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	background-image: url(../images/Red_line_horizontal.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	font-size: 1.3em;



}
a {
	color: #CC6600;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(../images/css_images/crayon%2Bbck.gif);
	background-repeat: no-repeat;
	margin: 5px;
	padding: 5px 5px 5px 10px;
	color: #FFFFFF;
	height: 27px;







}
.imgright {
	clear: right;
	float: right;
}
.imgleft {
	clear: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
label
{
width: 4em;
float: left;
text-align: right;
margin: 0 1em 10px 0
clear: both
}

input
{
	margin-bottom: 10px;
	float: right;
}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;

padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	border-bottom:solid 1px #b7ddf2;
	margin: 5px;
	padding: 5px;

}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
ul {
	padding-bottom: 10px;
}
.left {
	margin: 3px 3px 100%;
	float: left;
}
