/* CSS Document */

/* GENERNAL BITS SECTION */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#433c68;
	}

h1	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #ffcc33;
	}
	
h2	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #433c68;
	}
	
h3	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5597C8;
	}
	
p 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433c68;
	}
	
.table 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433c68;
	}
	
a:link {
		color: #433c68;
		text-decoration: underline;
	}
a:visited {
	color: #433c68;
	text-decoration: underline;
	}
a:active {
	color: #433c68;
	text-decoration: underline;
	}
a:hover {
	color: #5597C8;
	text-decoration: underline;
	}
		
strong, b {
	font-weight: bold;
	}
	
/* HIDDEN STUFF */
	
#hidmenu li {
	width: 0;
	height: 0;
	margin-top: -1000px;
	font-size: 1%;
	position: absolute;
	overflow: hidden;
		}
		
#hidtitle h1 {
	width: 0;
	height: 0;
	margin-top: -1000px;
	font-size: 1%;
	position: absolute;
	overflow: hidden;
		}

#hidcontent {
	width: 0;
	height: 0;
	margin-top: -1000px;
	font-size: 1%;
	position: absolute;
	overflow: hidden;
		}
		
.hidden {
	width: 0;
	height: 0;
	margin-top: -1000px;
	font-size: 1%;
	position: absolute;
	overflow: hidden;
	left: 785px;
	top: 1062px;
	}
	
/* TOP */
	
#topbox {
	position: absolute;
	left:-20px;
	top:-4px;
	width:590px;
	height:103px;
	padding-left:170px;
	padding-top:50px;
	background-color: #433c68;
	background-image:url(images/cc_bg.gif);
	background-repeat:no-repeat;
		}
		
/* MENU */

#menu {
	position: absolute;
	left:6px;
	top:155px;
	width:170px;
	border-right:1px solid #433c68;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #433c68;
		}
		
#menu li {
 	list-style-image: url(images/blank.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433c68;

}

a.menu:link {
		color: #ffffff;
		text-decoration: underline;
	}
a.menu:visited {
	color: #ffffff;
	text-decoration: underline;
	}
a.menu:active {
	color: #ffffff;
	text-decoration: underline;
	}
a.menu:hover {
	color: #5597C8;
	text-decoration: underline;
	}
		
		
/* MIDDLE SECTION */
		
#centercontent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	width:600px;
	left:177px;
	top: 156px;
	height: 6680px;
	background-color: #FFFFFF;





		}
html>body #title {top: 190px;} /* This is postion for browsers that work properly */
		
#centercontent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433c68;
	
}

/* TITLES SECTION */
		
#title {
	position: absolute;
	width:550px;
	left:185px;
	top: 154px; /* This is postion for IE */
		}
html>body #title {top: 144px;} /* This is postion for browsers that work properly */

#subtitle {
	position: absolute;
	width:550px;
	left:185px;
	top: 184px; /* This is postion for IE */
		}
html>body #subtitle {top: 174px;} /* This is postion for browsers that work properly */
