body {
	background:#ffffff;
	font:12px Helvetica,Arial,sans-serif;
	color: #333332;
}
body, img, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 6px;
}

img.left {
padding-bottom: 8px;
margin-right: 12px;
border:thin solid #CCCCCC;
float:left;
}

img.right {
padding-bottom: 8px;
margin-right: 8px;
border:thin solid #CCCCCC;
float:right;
}

img.noleft  {
	margin-right: 8px;
	float:left;
	padding-bottom: 6px;
}

img.noright  {
padding-bottom: 8px;
margin-right: 8px;
float:right;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333332;
	margin:0px 0px 15px 0px;
	padding:0px 0px 4px 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333332;
	margin:0px 0px 2px 0px;
}
h2 a {
	color:#333332;
	text-decoration: none;
}
h2 a:hover {
	color:#0179a5;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333332;
}
h3 a {
	color:#333332;
	text-decoration: none;
}
h3 a:hover {
	color:#0179a5;
	text-decoration: none;
}
p {
	line-height: 19px;
	padding-bottom:15px;	
}
ul, ol {
	list-style: none;
}

a {
	color: #0179a5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#sidebar {
	margin-top:5px;
}
blockquote, q{
	font-style:italic;
	font-size: 15px;
	line-height: 20px;
	padding:8px 13px 8px 13px;
	margin-bottom: 15px;
	background-color:#f7f6f4;
	border-top: dotted 1px #939391;
	border-bottom: dotted 1px #939391;
}
blockquote p{
	margin:0px;
	padding:0px;
}

#content img{
	padding: 0px 0px 0px 0px;
	margin-right: 12px;
}
#content h2 {
	padding: 15px 0px 0px 0px;
}
#content h2 a{
	cursor:pointer;
}
#content p {
	font-size: 12px;
	line-height:15px;
}
#content {
	padding-top: 6px;
	border-top: dotted 1px #939391;
	margin-right: 16px;
}

/* Main Nav
----------------------------------------------- */
#header {
	height: 60px;
	border-top: dotted 1px #939391;
	margin: 10px 0px 20px 0px;
}
#navbar {
	height: 45px;
	margin: 0px 0px 0px 0px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FC0;
}
#navbar2 {
	height: 25px;
	border-top: dotted 1px #939391;
	border-bottom: dotted 1px #939391;
	margin: 0px 0px 0px 0px;

}
#logo{
	padding: 7px 0px 0px 0px; 
}
#titles{
	font-size: 9px;
	font-weight:bold;
	line-height: 12px;
	margin-top:12px;
	text-transform: uppercase;
}
#headermainmenu{
	padding: 0px 0px 0px 50px;
}
#headermainmenu ul{
	float: right;
	color: #333332;
	padding:0px;
}
#headermainmenu ul li{
	display: inline;
	padding:0px 10px 0px 0px;	
}
#headermainmenu ul li a{
	color:#333332;
	font: 11px Helvetica,Arial,sans-serif;
	font-weight: bold;
}
#headermainmenu ul li a:visited{
	color: #333332;
}
#headermainmenu ul li a:hover{
	color: #0179a5;
	text-decoration:none;
}
#mainmenu{
	padding: 8px 0px 8px 0px;
}
#mainmenu ul{
	float: left;
	color: #333332;
	margin-left: 4px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainmenu ul li{
	display: inline;
	padding:0px 26px 0px 0px;	
}
#mainmenu ul li a{
	color:#333332;
	font: 13px Helvetica,Arial,sans-serif;
	font-weight: bold;
}
#mainmenu ul li a:visited{
	color: #333332;
}
#mainmenu ul li a:hover{
	color: #0179a5;
	text-decoration:none;
}

#social-networks{
	margin-top:2px;
	float: right;
}
#facebook{
	float:right;
}

#twitter {
	float:right;
	margin-right: 10px;
}


#box-row{
	margin: 0px 0px 10px 0px;
}

#box img{
	padding: 0px 0px 0px 0px;
}
#box h2 {
	padding: 15px 0px 8px 0px;
}
#box h2 a{
	cursor:pointer;
}
#box p {
	font-size: 11px;
	line-height:15px;
}
#box {
	padding-top: 6px;
	border-right: dotted 1px #939391;
	margin-right: 6px;
	border-left: dotted 1px #939391;
	padding-left: 6px;
	border-top: dotted 1px #939391;
	padding-right: 6px;
	border-bottom: dotted 1px #939391;
}


#project{
	margin:55px 0px 0px 0px;
	padding:0px;
}

#credits{
	margin:10px 0px 0px 0px;
}
dl {
	margin:7px 0px 0px 0px;
	
}

dt {
	width: 50px;
	float:left;
	clear:both;
	padding:0px 0px 5px 0px;
}

dd {
	float:left;
	width: 250px;
}
#return-button a{
	color:#0179a5;
}
#return-button a:hover{
	text-decoration:underline;
}
#launch a{
	background-color:#333332;
	color:#ffffff;
	float:left;
	clear:both;
	margin: 20px 0px 0px 0px;
	padding: 5px 7px 5px 7px;
}
#launch a:hover{
	background-color:#0179a5;
}



/* Footer	
----------------------------------------------- */
#footer {
	margin:6px 0px 0px 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 6px;
}
#footer img {
	padding-bottom: 20px;
}
#copyright p{
	font-size: 11px;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
}
#copyright {
	margin:0px;
}


/* WRAPPER
************************************************************************************************ */

div.fs { background: #E8E8E8 !important; }


