body {
	font-family: Arial, sans-serif;
	background: #1c253b;
	margin: 0px;	
	font-size: 14px;
}

img {
	border: 0px;	
}

a, a:link, a:visited, a:active {
	color: #69c2ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

a.white, a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
	text-decoration: underline;
}
a.white:hover {
	text-decoration: underline;
}

a.no_underline:link, a.no_underline:visited, a.no_underline:active, a.no_underline:hover
{
	text-decoration: none;
}

#header_bar {
	height: 31px;
	background: url('../images/layout/top_gradient.png') repeat-x;
}

#header_logo {
	height: 209px;
	background: url('../images/layout/logo_gradient.png') repeat-x;
}
#header_logo_small {
	height: 209px;
	background: url('../images/layout/logo_gradient.png') repeat-x;
}


#menu {
	height: 26px;
	padding-top: 5px;
	padding-left: 50px;
	background: url('../images/layout/menu_gradient.png') repeat-x;
	font-weight: bold;	
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	padding-right: 30px;
	font-size: 16px;
}
#menu a:hover {
	text-decoration: underline;	
}

#pageWrapper {
	padding: 20px;
	background: #29406e;
	color: #ffffff;
	clear: both;
	font-size: 12px;
}

#pageWrapper #left, #pageWrapper #right {
	padding: 0px 30px 0px 30px;
}
#pageWrapper #left {
	width: 200px;
	float: left;
}
#pageWrapper #right {
	max-width: 550px;
	float: left;
}

h1 {
	color: #69c2ff;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid #3b5488;
	font-size: 16px;
}

p {
	margin: 0px;	
}

.contentBox {
	background-color: #3b5488;
	padding: 0px;
	margin: 10px;
	width: 200px;
	min-height: 220px;
	float: left;	
}

.contentBox p {
	padding: 6px;
	margin: 0px;
}

#footer {
	background: #1c253b url('../images/layout/footer_gradient.png') repeat-x;
	padding: 15px 0px 0px 50px;
	color: #4c68a1;
	font-size: 12px;
	clear: both;
}
#footer span {
	margin-right: 20px;	
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #4c68a1;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;	
}

