@import url(reset.css);

html, body {
	font-family: Verdana, Arial, Sans Serif;
}

body {
	background: white;
    font-size: 11px;
    margin: 0 auto;
    padding: 0pt;
	color: #72797f;
    text-align: left;
	width: 980px;
}

a {
    outline: none;
    color: #1883bb;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: none;
}
strong {
	font-weight:bold;
}
/******************** Classes *****************/
.bold {
    font-weight: bold;
}

hr.grey {
	color: white;
	border: none;
	border-top: 1px solid #b9bdbf;
}
h2 {
	color:#007bc0;
	padding:10px 0 0 20px;
	font-weight:bold;
	font-size:11px;
}
h1.title, h1.title_print {
	font-size: 26px;
	color: #72797f;
}
/******************** Header *****************/
#header {
	height: 225px;
}

.head {
	font-size: 12px;
}
.head a {
	font-size: 12px;
	text-decoration: none;
	color: #007bc0;	
}
.head #email
{
	float: left;
	margin:0 10px 0 0;
}
.head a:hover {
	text-decoration: underline;
}
div.head {
	padding-top: 5px;
}
ul.head {
	float: right;
	line-height:1.1em;
}
ul.head li {
	float: left;
	padding: 5px 10px 0px 10px;
}

#loginForm
{
/*	width:130px;*/
}
#username
{
	float:left;
	margin:0 10px 0 0;
}

/******************** Content *****************/
#content {
	clear: both;
}

#themes {
	/*clear: both;*/
	width: 761px;
	height: 185px;
	margin-left: 169px;
}
#themes ul li {
	margin: 0px 0 10px 10px;
	width: 170px;
	float: left;
	display: inline;
}
#themes p {
	margin-top: 10px;
}

/******************** Menu *****************/
#menu {
	float: left;
	display: inline;
	width: 200px;
	margin:10px 5px 0;
}
.subMenuTitle {
	font-weight: bold;
	font-size: 12px;
	background-color: #007bc0;
	color: white;
	padding: 5px 10px 5px 10px;
}
#menu ul {
	margin-top: 5px;
}
#menu ul li {
	color: #007bc0;
	border-bottom: 1px solid #007bc0;
	padding: 5px;
}

#menu ul li a {
	font-size: 11px;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}
#menu #sponso {
	text-align: center;
	margin:20px 0 0;
}
/******************** Footer *****************/
#footer {
	clear: both;
	height: 50px;
}
#footer hr {
	border: 1px solid #007bc0;
}
#footer a {
	color: #72797f;
	text-decoration: none;
	padding-left: 20px;
}
#footer #copyright {
	margin-right: 200px;
	float: right;
}
#footerLogo {
	float: right;
}

/******************** Right Column *****************/
#right {
	float: right;
	display: inline;
	width:201px;
}
#right .module {
	margin:5px auto 15px;
}
#right .module .top {
	background:url(../images/bgModTop.png) no-repeat 0 0;
	height:37px;
	width:100%;
}
#right .module .content {
	background:url(../images/bgModRepeat.png) repeat-y 0 0;
}
#right .module .content.second {
	padding-top:20px;
}
#right .module .content p {
	padding:7px;
	width: auto;
}
#right .module .bottom {
	background:url(../images/bgModBottom.png) no-repeat 0 0;
	height:11px;
	width:100%;
	margin-bottom: 20px;
}

#right .module label {
	display: block;
	margin-bottom: 5px;
}

#right .module input.text {
	width: 120px;
}

#right .module h2 {
	color:#007bc0;
	padding:10px 0 0 20px;
	font-weight:bold;
	font-size:11px;
}

/**************** Forms ****************/
input.text, textarea, select {
	border: 1px solid #B9BDBF;

}
input.button, a.button {
	border: 1px solid #80c0e3;
	cursor: pointer;
	font-size: 11px;
	width: auto;
	height: 22px;
	color: white;
	background: #0081c7;
	font-weight: bold;
	/*padding-bottom: 3px;
	!padding-bottom: 0;*/
	padding: 3px;
}
input.radio {
	color: #80c0e3;
	border: 1px solid #80c0e3;
}

span.required {
	color:#c1272d;
}
/*a.button {
	border: 1px solid #80c0e3;
	cursor: pointer;
	font-size: 11px;
	width: auto;
	height: 25px;
	color: white;
	background: #0081c7;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration:none;
}*/
a.button {
	text-decoration:none;
}

.desc {
	height:230px;
	width:310px;
}
