/*CSS Document*/

body {font-family:"Times New Roman", Times, serif; background:#3333FF}
h2 {font-style:italic; text-align:center;}
h3 {font-size:18px;}

a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

img {border:0px;}

/* Containers */

#page {background:#FFFFFF; width:800px; margin:0px auto;}

#header{margin:5px; padding:5px;}
#header img{float:left; border:0px #FFFFFF;}
#header h1 {text-align:center;}
#header h2 {text-align:center;}
#header p {text-align:center;}
#header a {color:#FFFFFF;}

#maincontent {clear:both; width:760px; float:left; padding:20px;}
#leftcontent {margin-right:10px; float:left; width:320px;}
#leftcontent img {padding-left:30px;}
#rightcontent_index {float:right; width:430px; height:376px; font-size:18px; font-weight:bold; text-align:center;}
#rightcontent {float:right; width:430px; text-align:center; font-weight:bold;}
#info {clear:both; float:left; width:760px; font-size:12px;}

#footer {font-size:11px; color:#666666; padding:3px;}

#back {clear:both; width:760px; float:left; padding-bottom:10px;}

/*Classes*/

.heading {font-style:italic; font-weight:bold; font-size:18px;}
.header {font-weight:bold; font-size:14px;}
.yellowbox {background:#FFFF99; padding:5px;}
.updatefont {font-size:9px;}
.announcement {color:#FF0000; font-weight:bold; font-size:18px;}
.description {padding-left:10px;}
.goto {clear:both; float:left; margin-left:10px;}
.back {float:left;}
.link_info {font-size:12px; font-weight: normal;}