/* main html tags with style */

html, body { 
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	background-color: #030;
	background-image: url('../images/dsga_bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
a:link, a:visited {
	color: #360;
	text-decoration: underline;
}
a:hover, a:active {
	color: #030;
	background-color: #e5e5e5;
	text-decoration: none;
}
abbr {
	border-bottom: 1px dotted #360;
	cursor: help;
}
h1 {
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	margin: 10px 0 18px 0;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	height: 18px;
}
h4 {
	font-size: 11px;
	line-height: 12px;
	height: 12px;
}
p, blockquote, ul {
	font-size: 11px;
	color: #666;
	line-height: 18px;
}
ul, ol {
	margin: 0;
	margin-left: 20px;
	padding: 3px 0 3px 10px;
}
ul {
	list-style-type: square;
}
img {
	border: 1 solid #000;
	margin: 0;
	padding: 0;
}
a:hover img {
	background-color: none;
}


/* basic text styles */

.bold {font-weight: bold}
.italic {font-style: italic}
.underline {text-decoration: underline}
.announce {
	color: #F00;
	font-style: italic;
	font-size: 10px;
}


/* styles for headings */

.pagetitle {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #036;
}
.pagecat {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #036;
	margin: 30px 0 0 0;
	padding: 6px 6px 6px 10px;
	background-color: #fff;
	background-image: url('../images/page_cat_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.pagesubcat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #360;
	margin: 0;
	padding: 8px 10px 5px 0;
}


/* tables in content portion of pages */

.pagesection table tr td {
	margin: 0;
	padding: 4px 2px 4px 2px;
}
.alt {
	background-color: #DDD;
}


/* lists in content portion of individual pages */

.pagelist {
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}
.pagelist li {
	padding-bottom: 2px;
}
.numbered {
	margin: 0;
	margin-left: 20px;
	padding: 3px 0 3px 10px;
}
.nolist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list {
	list-style-type: square;
	padding: 3px 0 3px 20px;
	margin: 0;
	margin-left: 20px;
}


/* paragraphs in content portion of pages */

.pagesection {
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #036;
}
.pagesection p {
	line-height: 16px;
	margin: 0;
	padding: 0 0 6px 0;
}
.pagesection img {}
.pagelist a:link, .pagelist a:visited,
.pagesection a:link, .pagesection a:visited {
	color: #360;
	text-decoration: underline;
}
.pagelist a:hover, .pagelist a:active,
.pagesection a:hover, .pagesection a:active {
	color: #030;
	background-color: #e5e5e5;
	text-decoration: none;
}
.meta {
	font-size: 9px;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

/* particular divs and their content */

#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 790px;
	height: auto;
	background-color: #FFF;
}
#header {
	width: 790px;
	height: 140px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	overflow: hidden;
}
#left_sidebar {
	position: relative;
	width: 155px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	font-size: 11px;
	text-align: left;
	background-color: #FFF;
}
#right_sidebar {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	float: right;
}
div#home_center_column {
	position: relative;
	height: auto;
	margin: 0;
 	padding: 0 20px 20px 0;
	text-align: left;
	background-color: #FFF;
	width: auto;
	margin: 0 185px 0 165px;
	border-right: 1px solid #CCC;
}
div#center_column {
	position: relative;
	width: 605px;
	height: auto;
	margin: 0;
 	padding: 0 20px 20px 0;
	float: right;
	text-align: left;
	background-color: #FFF;
}
#footer {
	position: relative;
	margin: 15px 10px 0 170px;
	padding: 20px;
	height: auto;
	clear: both;
	/*float: right;*/
	text-align: center;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #CCC;
}
#footer p {
	font-size: 10px;
}
#footer a:link,
#footer a:visited {
	color: #036;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	color: #666;
	text-decoration: none;
}
.skipLinks {display: none;}


/* Navigation Menu Styles */

#menu {
	width: 155px;
	background: #FFF;
	z-index: 9999;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin:0;
	margin-bottom: 5px;
}
#menu ul li ul li {
	margin:0;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 2px 3px;
}
#menu ul li a {
	text-transform: uppercase;
	color: #FFF;
	border-color: #030;
	background-color: #060;
	background-image: url('../images/nav_parent_bg.gif');
}
#menu ul li a:hover {
	padding-left: 7px;
	color: #FFF;
	background-color: #360;
	border-color: #030;
	background-image: none;
}
#menu ul li ul li a {
	text-transform: none;
	font-weight: normal;
	color: #333;
	background-color: #CCC;
	background-image: url('../images/nav_child_bg.gif');
	background-position: center;
	border-color: #e5e5e5 #888 #999 #888;
}
#menu ul li ul li a:hover {
	color: #360;
	background-color: #FFF;
	background-image: none;
}


/* Login Styles */

#login {
	border: 1px solid #030;
}
#login label {
	color: #030;
	font-size: 10px;
}
#login p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#login a {
	color: #360;
	text-decoration: underline;
}
#login a:hover {
	color: #030;
}
input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	color: #060;
	margin-bottom: 5px;
}
input.text {
	border: 1px solid #063;
	background-color: #e5e5e5;
	margin: 2px;
}
th.login_header {
	height: 12px;
	color: #ffffff;
	border-bottom: 1px solid #030;
	background-color: #060;
	background-image: url('../images/nav_parent_bg.gif');
}
.powered_by {
	height: 20px;
	color: #333;
	font-size: 9px;
	background-color: #e5e5e5;
	border-bottom: 1px dotted #030;
}

