body
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10pt;
	margin: 0px;
	background-repeat: no-repeat;
}

#page
{
	width: 750px;
}

#smart_logo
{
	position: relative;
	width: 435px;
	height: 160px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url('images/smart_logo.gif');
	margin-bottom: 25px;
}

#main
{
}

#menu
{
	width: 200px;
	position: relative;
	margin-bottom: 25px;
	border-right: 1px solid black;
	padding-top: 50px;
	float: left;
	text-align: right;
	display: inline;
}

#menu p
{
	padding: 0px;
	margin: 0px;
}

.menu_item
{
	float: right;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 9px;
}

.menu_item_after_first
{
	clear: both;
}

#menu a
{
	font-family: Trebuchet MS, Times New Roman, Serif;
	font-size: 10pt;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.menu_link
{
	color: black;
	background-color: #ffd000;
	border-top: 2px solid #000080;
}

a.menu_link:hover
{
	background-color: #ffb000;
}

a.menu_link_current
{
	color: white;
	background-color: #000080;
	border-top: 2px solid #ffd000;
}

/*a.menu_link_current:hover
{
	background-color: #0000a0;
}*/

#content
{
	border-left: 1px solid black;
	margin-left: 200px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 25px;
}

#content a:link,#content a:hover,#content a:visited,#content a:active
{
	color: #000080;
}

.title
{
	font-size: 20pt;
}

#footer
{
	clear: both;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 75px;
	margin-right: 75px;
	border-top: 1px solid black;
}

#counter
{
	padding-bottom: 25px;
	text-align: center;
}

