/* CSS Document */

body {font:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; background-color:#ffffff; margin:0px;}

a {text-decoration:none;}	

#branding {display:none;}	

#page {width:100%; text-align:center;}

#design {width:98%; text-align:left; margin-left:auto; margin-right:auto;}


/*Header Section */

#header {float:none; width:98%;}
	#logo {float:none; width:140px;}
	#hRight, #search, #menu {display:none;}


/*rotating Section */

#top {float:none; width:98%;}
 #rotating, #bigButtons {display:none;}


/*center Section */

#center {float:none; width:98%;}
 #centerL, #centerC, #centerR {float:none;}


/*footer Section */

#footer {float:none; width:98%; margin-top:20px;}
 #footerL, #footerR {float:none;}


/*fonts */

h1 {font-size:24px; font-weight:bold;}
h2 {font-size:18px; font-weight:bold;}
h3 {font-size:14px; font-weight:bold;}
h4 {font-size:12px; font-weight:bold;}
p {line-height:125%;}

label {font-weight:bold; width:250px; margin-left:40px;}

ul li {color:#000000; list-style-type:disk; line-height:150%;}
ul li.nobullets {color:#000000; list-style-type:none; line-height:150%;}

.italic {font-style:italic;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}

.white {color:#ffffff;}
.red {color:#990000;}

.leftMargin {margin-left:20px;}

.alignright {text-align:right;}
.alignleft {text-align:left;}
.aligncenter {text-align:center;}

.small {font-size:10px;}
