body {
	margin : 0px;
	background-position: center;
	background-repeat: repeat-y;
	background-image : url(img/bg.gif);
	font-family : vardana, arial, helvetica, sans-serif;
	font-size : 12px;
}

h1 {
	color : #0D5CA7;
	font-size : 20px;
}

h2 {
	color : #0D5CA7;
	font-size : 14px;
	display : inline;
}

.leftMenu {
	padding : 4px;
	padding-top : 10px;
}

#mainBody {
	color : #0D5CA7;
	padding : 10px;
	padding-top : 1px;

	font-size : 13px;
}


ul.topMenu {
	margin-left : 2px;
	padding-left : 0px;
	display : inline;
}

ul.topMenu li {
	font-size : 11px;
	font-weight : bold;
	display : inline;
}

.bluedot {
	color : #5DA2D8;
	padding : 0px 2px 0px 2px;
}

a.topMenu {
	color : #fff;
	text-decoration : none;
}

a.topMenu:hover {
	color : #CBEAF6;
}

ul.leftMenu {
	list-style-type: none;
	list-style-position: outside;
	margin-left : 2px;
	padding-left : 0px;
	line-height: 125%;
}

ul.leftMenu li {
	font-size : 11px;
	font-weight : bold;
}

ul.leftSubMenu {
	list-style-type: none;
	list-style-position: outside;
	margin-left : 16px;
	padding-left : 0px;
}

ul.leftSubMenu li {
	font-size : 11px;
	font-weight : bold;
}

a.leftMenu {
	color : #323896;
	text-decoration : none;
}

a.leftMenu:hover {
	color : #fff;
}

#header {
	background-color : #5DA2D8;
	padding : 5px 5px 0px 0px;
}

#topMenu {
	background-color : #177BC0;
	height : 22px;
	padding-left : 5px;
}

.photo {
	border : 2px solid #0D5CA7;
}

#footer {
	font-size : 10px;
	color : #0D5CA7;
	padding-left : 270px;
}