@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 {
	background-color: #FF3300;
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#head {
	background-image: url(../images/layout3.png);
	background-repeat: no-repeat;
	height: 210px;
}
#nav {
	background-color: #000000;
	height: 35px;
}


h2 {
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F30;
}
h3 {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	color: #FFFF00;
	padding-top: 5px;
}
h5 {
	color: #F00;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
h6 {
	color: #0F0;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}




.img {
	border: 1px solid #333333;
	margin: 5px;
	padding: 5px;
}
#content {
	color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFF33;
	position: relative;
	text-align: left;
}
#content  p {
	padding-left: 5px;
	font-size: 16px;
	width: 680px;
}

#content_home {
	color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFF33;
	position: relative;
	text-align: left;
}
#content_home p {
	padding-left: 5px;
	font-size: 16px;
	width: 680px;
}


#content a, a:visited {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
#content_home a, a:visited  {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

#content a:hover {
	font-weight: bold;
	color: #FFFF00;
	background-color: #FF0033;
}
#content_home a:hover {
	font-weight: bold;
	color: #FFFF00;
	background-color: #FF0033;
}
#content a:active {
	font-weight: bold;
	color: #FF3300;
}
#content_home a:active {
	font-weight: bold;
	color: #FF3300;
}
#content td {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 12px;
	padding-right: 2px;
}
.p7VSC_content img {
	border: 1px solid #F30;
	padding: 5px;
	margin: 5px;
}
.p7VSC_content p {
	color: #FF3;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}



strong {
	font-weight: bold;
}
ul  {
	padding-left: 10px;

}
li  {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
}
h6  img {
	position: absolute;
	left: 671px;
	top: 55px;
}




.clearfloats {
	clear: both;
}
#footer {
	background-color: #000000;
	text-align: center;
	color: #F30;
}
#footer p {
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	margin-right: 10px;
}
#footer a, a:visited {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footer a:active {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	font-size: 10px;
}

#credits {
	font-size: 9px;
	color: #666;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#credits a {
	color: #333333;
	text-decoration: none;
}
#credits a:visited {
	color: #333333;
	text-decoration: none;
}
#credits a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#credits a:active {
	color: #333333;
	text-decoration: none;
}

