body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/newsite/main_bg.gif);
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #8a8a8a;
	scrollbar-arrow-color: #8a8a8a;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #8a8a8a;
}

h2 {
	color: #666666;
} 

h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
} 

#middleme {
	position: absolute;
	left: 50%;
}

#container {
	position: absolute;
	top: 20px;
	left: -375px;
	width: 750px;
}

#header {
	position: absolute;
	width: 750px;
	height: 100px;
	background-color: #efde00;
}

#topgrey {
	position: absolute;
	top: 100px;
	width: 750px;
	height: 20px;
	background-color: #8a8a8a;
	background-image: url(images/newsite/grey_bg.gif);
}

#mediapanel {
	position: absolute;
	top: 120px;
	width: 748px;
	height: 600px;
	background-color: #fff;
	border-left: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;
	z-index: 0;
}

#midgrey {
	position: absolute;
	top: 420px;
	width: 750px;
	height: 20px;
	background-color: #8a8a8a;
	background-image: url(images/newsite/grey_bg_mid.gif);
}

#contentpanel {
	position: absolute;
	top: 440px;
	width: 748px;
	height: 360px;
	background-color: #fff;
	border-left: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;
}

#footer {
	position: absolute;
	top: 700px;
	height: 20px;
	width: 750px;
	background-color: #efde00;
	background-image: url(images/newsite/footer_bg.gif);
	font-size: 10px;
	text-align: center;
	color: #333333;
	line-height: 22px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 250px;
	height: 80px;
}

#headerbg {
	position: absolute;
	left: 300px;
	width: 450px;
	height: 100px;
	background-image: url(images/newsite/header_bg.jpg);
}

#dotsleft {
	position: absolute;
	width: 110px;
	height: 20px;
	background-image: url(images/newsite/dots_left.gif);
}

#dotsright {
	position: absolute;
	left: 640px;
	width: 110px;
	height: 20px;
	background-image: url(images/newsite/dots_right.gif);
}

#cornergrey {
	position: absolute;
	top: 280px;
	left: 679px;
	width: 70px;
	height: 20px;
	background-image: url(images/newsite/corner_grey.gif);
	z-index: 1;
}

#corneryellow {
	position: absolute;
	top: 560px;
	left: 679px;
	width: 70px;
	height: 20px;
	background-image: url(images/newsite/corner_yellow.gif);
}

#contentbox {
	position: absolute;
	overflow: auto;
	left: 10px;
	width: 738px;
	height: 443px;
}

#contenttext {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 710px;

}

#topinfo {
	position: absolute;
	width: 740px;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
}

#topinfo a:link {
	color: #333;
	text-decoration: none;
}

#topinfo a:visited {
	color: #333;
	text-decoration: none;
}

#topinfo a:hover {
	color: #333;
	text-decoration: underline;
}

#topinfo a:active {
	color: #333;
	text-decoration: none;
}

#menu {
	position: absolute;
	top: 4px;
	width: 750px;
	text-align: center; 
}

#menu a:link {
	color: #333;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#menu a:visited {
	color: #333;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#menu a:hover {
	color: #900;
}

#menu a:active {
	color: #333;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

select {
	border: 1px solid #CCCCCC; 
	font-style: italic; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFF; 
	color: #330033
}

input {
	border: 1px solid #CCCCCC; 
	font-style: italic; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	color: #330033
}

textarea {
	border: 1px solid #CCCCCC; 
	font-style: italic; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1px; 
	background-color: #FFFFFF; 
	color: #330033
}

.formtext {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

hr {
	border: 1px solid #000000
}

p {  
	text-align: justify;
    line-height: 19px;
}
