/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	line-height: 1.3em;
	color: #363C4A;
	background-color: #ffffff;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #E58681;
	margin: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 12px;
}

.clear
{
	clear: both;
}

a {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #888;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#topBar {
	background-color: #3678BA;
}

#main {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}

#content {
	width: 752px;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	text-align: center;
}

#header_logo {
	text-align: left;
}

#header {
	text-align: center;
    border: 1px solid #aaa;
	background-color: #ffffff;
	margin-bottom: 10px;
}

#footer {
	width: 770px;
	font-size: 10px;
    background-color: #aaa;
}

#blob {
	text-align: left;
	width: 650px;
}

.leftFloat {
	float: left;
	margin: 2px;
}

.leftPic {
	float: left; 
	padding: 5px 10px 5px 5px;
}

/*************** Menu box related styles ***************/
#menu {
	float: right;
	width: 150px;
	margin: 30px 10px 30px 10px;
}

#menu .menuItem {
	padding: 4px;
	border-bottom: 1px dotted #777;
}

#menu .menuItemBottom {
	padding: 4px;
}

#menu a {
	color: #363C4A;
	text-decoration: none;
}

#menu a:visited {
	color: #363C4A;
	text-decoration: none;
}

#menu a:hover {
	color: #E58681;
	text-decoration: underline;
}

.roundbox {
	text-align: center;
	margin: auto;
}

.full {
	width: 99%;
}

.lsidewall {
	border-left: 1px solid #777;
}

.rsidewall {
	border-right: 1px solid #777;
}

.tl, .tr, .bl, .br {
	padding: 0; 
	width: 6px; 
	height: 4px;  
	line-height: 4px; 
}

.tl {

	background: url(images/TL.gif); 
} 

.tr {
	background: url(images/TR.gif); 
}

.tm {
	border-top: 1px solid #777; 
	background: #f9f9ff; 
	line-height:4px 
}

.bl {
	background: url(images/BL.gif); 
} 

.br 
{

	background: url(images/BR.gif);
}

.bm {
	border-bottom: 1px solid #777; 
	background: #f9f9ff; 
	line-height:4px 
}

.inside {
	background: #f9f9ff
}

/*************** Page bottom related styles ***************/
.bottomLeft {
	background: url(images/pageBottomLeft.gif);
	padding: 0px;
	width: 27px;
	height: 27px;
}

.bottomRight {
	background: url(images/pageBottomRight.gif);
	padding: 0px;
	width: 27px;
	height: 27px;
}

.bottomMid {
	background-color: #EAE6E4;
	font-size: 10px;
}
