html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #34275F;
height:100%;
font-weight: bold;
}
body a {
	text-decoration:underline;
	font-weight: bold;
	color: #FFFFFF;
}
table{
text-align:left;
}


#wrapper {
width: 737px;

background-color:#FFFFFF;
margin:0px auto;
padding: 0 18px 0 20px;
}

#logo{
width: 120px;
float:left;
margin: 20px 0 0 0;
}

#top{
width: 617px;
float:right;
margin: 20px 0 0 0;
background-color:#34275F;
text-align:right;
}
#nav{
clear:both;
width: 737px;
background-color:#B6CDD9;
}

#content{
width: 737px;
background-image:url(../graphics/bg.gif);
background-repeat:repeat-y;

}
#left_panel{
margin: 0 20px 0 0;
float:left;
width:438px;
background-color:#B6CDD9;
padding: 10px 5px 5px 18px;
text-align:left;
}
#right_panel{
float:left;
width: 240px;
background-color:#34275F;
padding: 10px 5px 5px 10px;

}
p{
padding: 5px 0 0 0;
}


li{
padding: 0;
margin: 5px 0 0 0px;
font-weight: bold; font-size: 15pt; color: #DD0000;
}
#list_text{
padding: 0;
margin: 0 0 0 0;
font-weight: bold; font-size: 12px; color: #34275F;
}


.white_link_small{ color: #ffffff;font-size: 11px;text-decoration:underline;}
.white_link_large{ color: #ffffff;font-size: 14px;text-decoration:underline;}
.white_large{font-size: 14px; color: #ffffff;}
.white_small{ font-size: 11px;color: #ffffff;}
.white_medium{ font-size: 11px;color: #ffffff;}

.lightblue_small{ font-size: 11px; color: #B6CDD9;}
.light_blue_link{ color: #B6CDD9;font-size: 12px;text-decoration:underline;}


.blue_large{font-size: 14px;}
.blue_small{color:#34275F; font-size: 11px;}

.red_small{color:#DD0000; font-size: 11px; font-weight: bold;}
.red_link_small{ color:#DD0000; font-size: 11px;text-decoration:underline;}
.red_large{font-size: 14px; color:#DD0000; }
.red_medium{font-size: 13px; color:#DD0000;}
.red_large2 {font-size: 16px;color: #D60005;text-decoration: none;font-weight: bold;}

.purple_text {font-size: 16px;font-weight: 900;color: #34275F;text-decoration: none;font-style: normal;font-weight: bold;}
.purple_text_medium {font-size: 14px;font-weight: 900;color: #34275F;text-decoration: none;font-style: normal;font-weight: bold;}
.purple_text_small {font-size: 11px;font-weight: 900;color: #34275F;text-decoration: none;font-style: normal;}
.purple_link_small {font-size: 11px;font-weight: 900;color: #34275F;font-style: normal;}



