/* HTML TAG */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

ul {
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:24px;
	margin-right:0px;
	padding:0px;
}

li {
	background-image: url(../img/decoration/QuadratTable.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	display: block;
	padding-left: 15px;
	
}


ul p {
	width: 1px;
}

p {
	margin: 0px;
	margin-left: 25px;
	display: block;
}


h1 {
	width: 224px;
	height: 13px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 25px;
}

img {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

span {
	display:none;
}

/* LEFT COLUMN DEFINE */

.columnLeft {
	width: 135px;
	float: left;
	background-color: #FFFFFF;
}

#linkBox {
	width: 135px;
}

.columnLeft ul {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 10px;
}

.columnLeft li {
	background-image: url(../img/decoration/QuadratTable.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	display: block;
	padding-left: 10px;
	background-position: 0px 3px;
}

.columnLeft a:link {
	color: #000000;
}

.columnLeft a:visited {
	color: #000000;
}

.columnLeft a:active {
	color: #3366FF;
}

.columnLeft a:hover {
	color: #3366FF;		
}

.colorBox
{
	width: 135px;
	background-color: #FFCC33;
	margin-top: 1px;
}

/* RIGHT COLUMN DEFINE */

.columnRight {
	width: 623px;
	float: right;
	border-left-color: #3366FF;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #FFFFFF;
}


/* MASTERLAYOUT */

#pageWrapper {
	text-align: left;
	width: 760px;
	margin: 0px auto;
}


/* HEADER */

#headerWrapper {
	width: 760px;
}

#topHead {
	width: 760px;
	height: 105px;
}
#navBar {
	width: 760px;
	height: 20px;
}

/* CONTENT */
#contentWrapper {
	width: 760px;
	margin: 0;
	background-color: #FFFFFF;
}



.block {
	width: 760px;
	float: left;
	height: auto;
	border-bottom-color: #3399FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* FOOTER */
#footerWrapper {
	width: 760px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	background-color: #CCCC33;
	float: left;
	font-size: 10px;
}

#footerWrapper a:link {
	color: #000000;
}

#footerWrapper a:visited {
	color: #000000;
}

#footerWrapper a:active {
	color: #3366FF;
}

#footerWrapper a:hover {
	color: #3366FF;
}
