@charset "utf-8";
/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/html.png);
	background-repeat: repeat-x;
	background-color: #F8DBEA;
}
#wrapper {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FF99FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menu {
	height: 35px;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#pageTitle {
	height: 14px;
}
#pageTitle h1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 24px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#pageTitle h2 {
	padding-left: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

#column1 {
	width: 800px;
	margin-right: 23px;
	margin-left: 35px;
	border: 1px solid #000000;
	float: left;
	margin-bottom: 5px;
	margin-top: 0px;
	height: 511px;
	background-color: #FF99FF;
}
#column1 p {
	line-height: 1.4em;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a,a:visited  {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover  {
	font-weight: bold;
	color: #8F01E9;
	text-decoration: none;
}
a:active  {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}


.clearFloats {
	clear: both;
}

#footer {
}
#branding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
	margin-right: 25px;
	margin-left: 25px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.branding:link, a.branding:visited  {
	color: #999999;
	text-decoration: none;
}
a.branding:hover {
	color: #B10EFF;
	text-decoration: none;
}
a.branding:active {
	color: #FF0000;
	text-decoration: none;
}
