BODY {
font-family:arial;
font-size:15px;
}

a:link {color:#000099; 
text-decoration:none; 
font-size:15px;
}

a:visited {color:#000099; 
text-decoration:none; 
font-size:15px;
} 

a:hover{
color: black; 
text-decoration: underline; 
font-size:15px;
} 

a:active{
color: black; 
text-decoration: underline; 
font-size:15px;
} 

a.linked:link{
color:black; 
text-decoration: none; 
font-size:17px;
}

a.linked:visited{
color:black; 
text-decoration: none; 
font-size:17px;
}

a.linked:hover{
color: black; 
text-decoration: underline; 
font-size:17px;
}

a.linked:active{
color: black; 
text-decoration: underline; 
font-size:17px;
}  

a.white_linked:link{
color:white; 
text-decoration: none; 
font-size:18px;
}

a.white_linked:visited{
color:white; 
text-decoration: none; 
font-size:18px;
}

a.white_linked:hover{
color: white; 
text-decoration: underline; 
font-size:18px;
}

a.white_linked:active{
color: white; 
text-decoration: underline; 
font-size:18px;
} 

a.support:link{
color:black; 
text-decoration: none; 
font-size:22px;
}

a.support:visited{
color:black; 
text-decoration: none; 
font-size:22px;
}

a.support:hover{
color:black; 
text-decoration: underline; 
font-size:22px;
}

a.support:active{
color:black; 
text-decoration: underline; 
font-size:22px;
} 
 
a.buttons:link {
text-decoration:none; border-style:solid;border-color:white;border-bottom-width:2px; border-top-width:0px; border-right-width:0px; border-left-width:0px;color:white; font-size:20px;padding: 2px 2% 2px 2%;margin:0 0 0 0;font-family:serif;
}

a.buttons:visited {
text-decoration:none; border-style:solid;border-color:white;border-bottom-width:2px; border-top-width:0px; border-right-width:0px; border-left-width:0px;color:white; font-size:20px;padding: 2px 2% 2px 2%;margin:0 0 0 0;font-family:serif;
}

a.buttons:hover {
text-decoration:none; border-style:solid;border-color:white;border-bottom-width:2px; border-top-width:0px; border-right-width:0px; border-left-width:0px;color:white; font-size:20px;padding: 2px 2% 2px 2%;margin:0 0 0 0;font-family:serif;
}

a.buttons:active {
text-decoration:none; border-style:solid;border-color:white;border-bottom-width:2px; border-top-width:0px; border-right-width:0px; border-left-width:0px;color:white; font-size:20px;padding: 2px 2% 2px 2%;margin:0 0 0 0;font-family:serif;
}  

<!--*************************** ^DO NOT EDIT ABOVE ^ **** END LINKS ****************************************--!>

/* General Paragraph Indent */
p.indent{
text-indent: 15px; 
line-height: 1.2;
}

/* this is the main background for all the pages */
.default{
border-style: none solid none solid; 
border-color:black; 
border-width:thin; 
padding: 1% 1% 2% 1%;
}

/* for redesign logo */
.star{
position:absolute;
right:0px;
top:0px;
}

.links{
border-style:solid; 
border-color:black; 
border-width:thin; 
padding: 0px 3px 2px 0px; 
font-size:15px;
width:258; 
}

div#main{
position: absolute; 
margin-left:5%; 
margin-right:5%;
}

.bordered{
vertical-align:middle;
border-style: solid solid solid solid; 
border-color:black; 
border-width:thin; 
padding: 5px 5px 5px 5px;
-moz-border-radius: 12px 12px 12px 12px;
}

.simple_border{
border-style: solid solid solid solid; 
border-color:black; 
border-width:thin; 
padding: 10px 10px 10px 10px;
}

/* MAIN BORDER FOR ENTIRE PAGE */
.main_border{
border-style: solid solid solid solid; 
border-color:black; 
border-width:2px; 
width: 800px;
}

.topimages{
margin-left:40%; 
}

/* LIGHT BLUE TRANSITION HEADER */
.transition{ 
background-image: url('images/transition.jpg');
width:542px;
color:black;
vertical-align:text-bottom;
padding-left:30px;
font-size:25px;
padding-top:5px;
padding-bottom:5px
}

/* LIGHT BLUE TRANSITION HEADER */
.transition_small{ 
background-image: url('images/transition.jpg');
width:542px;
color:black;
vertical-align:text-bottom;
font-size:17px;
padding-left:30px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:5px;
}

/* INDENT FOR TRANSITION */
.transition_indent{
margin-left:32px;
}

/* BIG GREEN BLOCKED TEXT */
.blocked{
background-color:#6bba70; 
width: 70%; 
color:black;
text-align:left; 
font-size: 30px; 
padding-left: 10%;
padding-top: 2px;
padding-bottom: 2px;
}

/* FOR GREEN BEVELS ON MAIN PAGE */
.bevel{
background-image:url('images/bevel.jpg');
background-repeat:no-repeat;
width:250px;
height:150px;
padding:15px;
}

/* FOR GREEN BEVELS ON MAIN PAGE */
.smallbevel{
background-image:url('images/smallbevel.jpg');
background-repeat:no-repeat;
width:250px;
height:79px;
padding:15px;
}

.bluerounded{
border-color:black;
border-style:solid;
border-width:1px;
background-color:#6eaeda;
padding:10px;
width:200px;
vertical-align:middle;
display:inline-block;
-webkit-border-radius:20px;
-moz-border-radius: 20px;
}

.greenrounded{
border-color:black;
border-style:solid;
border-width:1px;
padding:15px;
background-color:#6bba70;
width:300px;
vertical-align:middle;
display:inline-block;
-webkit-border-radius:2em;
-moz-border-radius: 2em;
}