BODY
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10pt;
    padding-bottom: 0px;
    margin: 0px;
    color: #000000;
    padding-top: 0px;
    font-family: Arial, Sans-Serif;
    background-color: #ffffff;
    text-align: center;
    min-width: 600px;
}
table
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

#container
{
    margin: 0px auto;
    width: 750px;
    text-align: left;
    background-color:#ffffff;
}

#cont
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    vertical-align: top;
    padding-top: 0px;
    background-color: #ffffff;
}

hr
{
	color: #00adef;
	background-color:#00adef;
	height:2px;
	border:0;
	border-collapse:collapse;
	border-color:#00adef;
}

#blue_bar
{
	background-color: #00adef;
	height:15px;
	width:100%;
}

#main_holder
{
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-right-width:2px;
	border-left-width:2px;
	border-bottom-width:2px;
	border-color:#00adef;
	background-color:#ffffff;
	height:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
}
#menu
{
	height:25px;
	font-weight:bold;


}
A:link
{
    color: #00adef;
    text-decoration:none;
}
A:visited
{
    color: #00adef;
    text-decoration:none;
}
A:hover
{
    color: #000000;
    text-decoration:none;
}
A.menu:link
{
    color: #000000;
    text-decoration:none;
}
A.menu:visited
{
    color: #000000;
    text-decoration:none;
}
A.menu:hover
{
    color: #00adef;
    text-decoration:none;
}

h1
{
	font-size:16pt;
	color:#00adef;
}

#home_buttons
{
	width:100%;
	text-align:center;
}

.buttons
{
	border:none;
}

li
{
	color:#000000;
	list-style-image:url(../images/bullet.gif);
}

.center_align
{
	text-align:center;
}

.copyright
{
	margin:10px 0px 50px 12px;
	font-size:8pt;
	font-family:Arial, Sans-Serif;
	color: #000000;
	text-decoration:none
}