/* MAIN STYLING */

html
{
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body
{
	font-family: Arial !IMPORTANT;
	font-size: 12px;
	color: white;
}

h1
{
	margin: 0;
	font-size: 12px;
}

img
{
	border: none;
}

p
{
	margin: 0 !IMPORTANT;
}

ul
{
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 170%;
}


a
{
	color: white;
}

a:hover
{
	text-decoration: underline;
}



/* PAGE DESIGN */

div#mainBig
{
	min-height: 503px;
	background-image: url('../images/circle.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px auto;
	padding-top: 112px;
}

div#mainSmall
{
	padding-right: 200px;
	min-height: 503px;
	background-image: url('../images/circle.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 20px auto;
	padding-top: 112px;
}

img#picture
{
	background-color: white;
	border-bottom: 6px solid #00006A;
	border-top: 6px solid #00006A;
	float: left;
	height: 235px;
}

div#menu
{
	display: block;
	float: left;
	margin-left: 5px;
	overflow: hidden;
	padding-top: 13px;
	width: 198px;
	border-right: 6px solid #00006A;
	line-height: 130% !IMPORTANT;
}

/* SPECIAL FOR ALL BROWSERS OTHER THAN IE6 AND LOWER */
html>body div#menu
{
	margin-left: 10px;
}

div#menu a
{
	color: white;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
	text-decoration: none;
}

div#menu a.selected
{
	color: #5db7ff;
}

div#middle
{
	margin: 0 auto;
	float: left;
	overflow: hidden;
	width: 645px;
	height: 730px;
}

/* SPECIAL FOR ALL BROWSERS OTHER THAN IE6 AND LOWER */
html>body div#middle
{
	height: 100%;
}


div#sidebarG
{
	float: left;
	width: 170px;
	overflow: auto;
	background: #339900;
	padding: 15px;
	border-top: 6px solid #00006A;
	border-bottom: 6px solid #00006A;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
}

div#sidebarB
{
	float: left;
	width: 170px;
	height: 205px;
	overflow: hidden;
	background: #5DB7FF;
	padding: 15px;
	border-top: 6px solid #00006A;
	border-bottom: 6px solid #00006A;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
}

div#content1
{
	float: left;
	width: 401px;
	overflow: auto;
	padding: 15px;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
}

div#content2
{
	float: left;
	width: 401px;
	overflow: auto;
	background: #bf00cc;
	padding: 15px;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
	border-bottom: 6px solid #00006A;
}

div#content3
{
	float: left;
	width: 401px;
	overflow: auto;
	background: #339900;
	padding: 15px;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
	border-bottom: 6px solid #00006A;
}

div#content4
{
	float: left;
	width: 401px;
	overflow: auto;
	background: #5db7ff;
	padding: 15px;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
	border-bottom: 6px solid #00006A;
}

div#content5
{
	float: left;
	width: 401px;
	overflow: auto;
	background: #bf00cc;
	padding: 15px;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
	border-bottom: 6px solid #00006A;
}

div#content_split1
{
	float: left;
	width: 185px;
	overflow: auto;
	background: #5db7ff;
	padding: 15px;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
	border-bottom: 6px solid #00006A;
}

div#content_split2
{
	float: left;
	width: 186px;
	overflow: auto;
	background: #0077ce;
	padding: 15px;
	font-size: 12px !IMPORTANT;
	line-height: 180% !IMPORTANT;
	border-bottom: 6px solid #00006A;
}

div#shellBig
{
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 845px;
}

div#shellSmall
{
	overflow: hidden;
	display: block;
	margin: 0 auto;
	width: 645px;
}
