/* CSS Document */


body {	
	margin: 0;
	padding: 0;
	background: #e2e2e2 url(images/pattern2.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #000066;
	
}

h2 {
	font-size: 100%;
	color: #666666;
}

a {
	color: #990033;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

blockquote {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 10px solid #c9c9e0;
	font-style: none;
	color: #666666;
}


#header{
	width: 710px;
	height: 65px;
	margin: 0 auto;
	background: #ffffff url(images/logo.red.gif) no-repeat center;
	padding: 0 0 0 10px;
	border-bottom: #990033 solid 2px; /*65+2*/
}


#header a{
	color: #666666;
	font-size: 90%;
	text-decoration: none;
}

#header a:hover{
	color: #666666;
}

#header2{
	width: 720px;
	

}

#header3{
	width: 720px;
}

/*Page*/

#page{
	width: 720px;
	margin: 0 auto;
	padding: 0px;
	background: #ffffff;
}

/*Menu*/

#menu {
	width: 720px;
	height: 24px;
	margin: auto;
	background: #EDD3DC;
	border-bottom: #990033 solid 2px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	margin: 0px;
	height: 20px;
	padding: 5px 8px 0 9px;
	background: none;
	text-decoration: none;
	font-size: 87%;
	color: #990033;
	float: left;
}

#menu a:hover {
	color: #ffffff;
	background: #990033;
}

#menu .first a {
	background: none;
}

#menu a:active {
	color: #ffffff;
}

#uberlink {
    color: #ffffff!important;
	background-color: #990033!important;
}

/*logo*/

#logo{
	width: 720px;
	height: 171px;
	margin: 0px;
	background-color: #ffffff;
}

/*Content*/

#content{
	width: 690px; 
	padding: 5px 15px 10px 15px;
	line-height: 150%;
}

.title{
    color: #B0B0D3;
	font-size: 155%;
	font-weight: bold;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #B0B0D3;
}

.h1{
	display: block;
	color: #000066;
	font-weight: bold;
	font-size: 125%;
	padding-left:5px;
	padding-top:5px;
}

.h2{
	display: block;
	padding: 10px;
}

.clearit {
	display: block;
	clear: both;
}

/* Images */

.profile{
	float: left;
	margin-right: 10px;
	width: 85;
	border: 1px solid #000066
}

.leftimage{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;	
	border: 1px solid #666666;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 0px 0;
	
}

#footer {
	width: 720px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}
