/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
}
code, pre {
	margin: 10px;
	padding: 10px;
}
p {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
	padding-bottom: 10px;
}
input,textArea,select {
	width: 90%;
	border: 1px solid #CCCCCC;
}
input.remove {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #B0D4E8;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 200px;
}
html {
	overflow: auto;
}
#pMain {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pMain #header {
	background-image: url(../img/header.png);
	height: 147px;
	width: 800px;
}
#pMain #header #row #content a {
	color: #FFFFFF;
}
#row #scor {
	background-image: url(../img/nav.gif);
	height: 26px;
	width: 760px;
	text-indent: 20px;
}
#row #navigation {
	background-image: url(../img/nav.gif);
	height: 26px;
	width: 760px;
	text-indent: 20px;
	margin-bottom: 10px;
}
#navigation ul {
	list-style-type: square;
	padding-top: 10px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	margin-bottom: 4px;
	color: #FFFFFF!important;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-transform: capitalize;
}
#navigation ul li a:hover {
	/*background-color: #f0f0f0;*/
	text-decoration: none;
}
#content ul li a {
	display: block;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
	padding: 2px;
	text-transform: capitalize;
}
#content ul li a:hover {
	display: block;
	background-color: #f0f0f0;
	text-decoration: none;
}
#pMain #header #row h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-transform: capitalize;
}
#pMain #body {
	background-image: url(../img/pageBG.png);
	background-repeat: repeat-y;
}
/*#pMain #navigation {
	background-image: url(../img/nav.png);
	height: 20px;
	width: 728px;
	padding-right: 15px;
	padding-left: 15px;
}*/
#pMain #page {
	background-image: url(../img/pageBG.png);
	background-repeat: repeat-y;
	width: 800px;
	padding-right: 4px;
	padding-left: 4px;
	clear: both;
	padding-bottom: 10px;
}
#clear {
	clear: both;
}
/* 1col  */
#row #col1 {
	float: left;
	width: 190px;
}
#row #col1 #title {
	background-image: url(../img/1col_head.png);
	height: 30px;
	width: 190px;
}
#row #col1 #title h2 {
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	color: #006699;
}
#row #col1 #boxMain {
	width: 190px;
	min-height:50px;
	background-image: url(../img/1col_body.png);
	background-repeat: repeat-y;
}
#row #col1 #foot {
	background-image: url(../img/1col_foot.png);
	height: 15px;
	width: 190px;
	clear: both;
}
/* 2col  */
#row #col2 {
	float: left;
	width: 380px;
}
#row #col2 #title {
	background-image: url(../img/2col_head.png);
	height: 30px;
	width: 380px;
}
#row #col2 #title h2 {
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	color: #006699;
}
#row #col2 #boxMain {
	width: 380px;
	min-height:100px;
	background-image: url(../img/2col_body.png);
	background-repeat: repeat-y;
}
#row #col2 #foot {
	background-image: url(../img/2col_foot.png);
	height: 15px;
	width: 380px;
	clear: both;
}
/* 3col  */
#row #col3 {
	float: left;
	width: 570px;
}
#row #col3 #title {
	background-image: url(../img/3col_head.png);
	height: 30px;
	width: 570px;
}

#row #col3 #title h2 {
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	color: #006699;
}
#row #col3 #boxMain {
	width: 570px;
	min-height:75px;
	background-image: url(../img/3col_body.png);
	background-repeat: repeat-y;
}
#row #col3 #foot {
	background-image: url(../img/3col_foot.png);
	height: 15px;
	width: 570px;
	clear: both;
}
/* 4col  */
#row #col4 {
	float: left;
	width: 760px;
}
#row #col4 #title {
	background-image: url(../img/4col_head.png);
	height: 30px;
	width: 760px;
}
#row #col4 #title h2 {
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	color: #006699;
}
#row #col4 #boxMain {
	width: 760px;
	min-height:100px;
	background-image: url(../img/4col_body.png);
	background-repeat: repeat-y;
}
#row #col4 #foot {
	background-image: url(../img/4col_foot.png);
	height: 15px;
	width: 760px;
	clear: both;
}
/* 1/4 col width */
#pMain #page #colSmall {
	float: left;
	width: 208px;
}
#pMain #page #colSmall #title {
	background-image: url(../img/box_title.png);
	height: 41px;
	width: 208px;
}
#pMain #page #colSmall #title h2 {
	margin-top: 20px;
	margin-right: 24px;
	margin-left: 24px;
}
#pMain #page #colSmall #boxMain {
	width: 208px;
	min-height:100px;
	background-image: url(../img/box_bg.png);
	background-repeat: repeat-y;
}
#pMain #page #colSmall #foot {
	background-image: url(../img/box_foot.png);
	height: 11px;
	width: 208px;
	clear: both;
}
/* 1/2 col width */
#pMain #page #col_12 {
	float: left;
	width: 334px;
}
#pMain #page #col_12 #title {
	background-image: url(../img/box_12_title.png);
	height: 41px;
	width: 334px;
}
#pMain #page #col_12 #title h2 {
	margin-top: 20px;
	margin-right: 24px;
	margin-left: 24px;
}
#pMain #page #col_12 #boxMain {
	width: 334px;
	min-height:100px;
	background-image: url(../img/box_12_bg.png);
	background-repeat: repeat-y;
}
#pMain #page #col_12 #foot {
	background-image: url(../img/box_12_foot.png);
	height: 11px;
	width: 334px;
	clear: both;
}
#pMain #footer {
	background-image: url(../img/footer.png);
	height: 55px;
	width: 800px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	padding-top: 10px;
	font-weight: bold;
}
#pMain #footer * {
	color: #ffffff;
}
#pMain #navigation a {
	font-size: 9px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
#pMain #subNav {
	background-image: url(../img/subNav.png);
	height: 26px;
	width: 758px;
}
#content {
	overflow: auto;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 0px;
}
#row {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
a:hover {
	text-decoration: underline!important;
}
