body {
	width:760px;
	height:100%;
	font-family: Trebuchet MS, Arial, Helvetica;
	background-image:url(images/main_bgd.gif);
	background-repeat: no-repeat;
	margin:auto;
	background-position: top center;
	background-color:#000000;
}

#main {
	text-align:center;
	width:760px;
	height:560px;
	background-color:#FFFFFF;
}

a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#FFFFFF;
}
a:active {
	outline:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

img{border:0px;}

/* HEADER & TOP MENU STYLES */
.header {
	background-image:url(images/header-bgd.gif);
}
.header a {
	display:inline;
	font-size:13px;
	line-height:12px;
	padding-left:25px;
}
.menu_w a {
	color:#000000;
}
.menu_w a:visited {
	color:#000000;
}
.menu_w a:hover {
	color:#000000;
}
.menu_w b {
	color:#ffffff;
}
.menu_w b:visited {
	color:#ffffff;
}
.menu_w b:hover {
	color:#ffffff;
}
/* END */

/* CONTENT AREA STYLES */
.left{background-image:url(images/side-bar-left.gif);}
.right{background-image:url(images/side-bar-right.gif);}
.content_area {
	background-image:url(images/content-bgd.gif);	
}

.content li {
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(images/dg-pink-dot.gif);
	margin-left:20px;
}
.prev a{
	position:absolute;
	top:388px; left:400px;
	font-size:16px;
	color:#00adef;
}
.next a{
	position:absolute;
	top:388px; left:468px;
	font-size:16px;
	color:#00adef;
}
/* END */

/* SIDE MENU STYLES */
.logo {
	background-image:url(images/logo.gif);
}
.menu {
	background-color:#000000;
}
.side_menu{
	position:absolute;
	top:180px;
	left:0px;
	width: 200px;
	height:295px;
}
.sm_top{
	background-image:url(images/side-menu-top.gif);
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
.sm{
	position:absolute;
	top:20px;
	left:0px;
	background-image:url(images/side-menu-bgd.gif);
	text-align:left;
	padding-left:10px;
	background-repeat: repeat-y;
}
.sm_bot{
	position:absolute;
	top:275px;
	left:0px;
	background-image:url(images/side-menu-bot.gif);
	background-repeat: no-repeat;
}
.sm a{
	line-height:27px;
	font-size:12px;
}

.menu_but span{
	display:none;
	position:relative;
	top:0px;
	left:10px;
	width:150px;
	line-height:27px;
	font-size:12px;
	text-indent:10px;
}
.menu_but_over span{
	display:block;
	position:relative;
	top:0px;
	left:10px;
	width:150px;
	line-height:27px;
	font-size:12px;
	text-indent:10px;
}
.popup a{
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	height:20px;
	display:block;
	width:150px;
	text-decoration:none;
	font-weight:normal;
}
.popup a:visited{}
.popup a:hover{
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	height:20px;
	display:block;
	width:150px;
	text-decoration:underline;
}
/* END */

/* BOTTOM & FOOTER STYLES */
.bottom{
	background-image:url(images/footer-bgd.gif);
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
}
.footer {
	font-size:11px;
	color:#FFFFFF;
}
/* END */

/* FORM STYLES */

.form_table{
	width:300px;
	color:#000000;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	text-align:left;}

.sechead{
	height:8px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.left_col {
	width:34px;
}
.mid_col {
	width:40px;
}
.form_button{
cursor:pointer;
background-color:#00adef;
color:#ffffff;
padding: 1px 2px;
border:0px;
border:outset 0px;
	filter:alpha(opacity=80); 
	-moz-opacity: .8; 
	opacity: .8;
}
.form_button_over{
cursor:pointer;
background-color:#00adef;
color:#ffffff;
padding: 1px 2px;
border:0px;
border:outset 0px;
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
.hor_30space {
	height:30px;
}
.hor_20space {
	height:20px;
}

/* END FORM STYLES */