/* CSS Document */

body {
margin: 16px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

#wrapper {
width: 930px;
margin: 0 auto;
text-align:left;
}

#head {
height: 188px;
}

.myBox
{
border: 2px solid #93B1D6;
margin: 0;
padding: 0;
}

	
/*  Menu  */

#menu_shim {
height:15px;
width:15px;
font-size:1px;
}

#menu {
width: 930px;
height: 84px;
font-size:18px;
font-weight: bold;
background: url(../images/menu_bg.jpg) no-repeat center top;
color:#CCCCCC;
}

#menu a:link {
color:#FFFFFF;
text-decoration:none;
}

#menu a:visited {
color: #EAEAEA;
text-decoration:none;
}

#menu a:hover {
color: #6699CC;
text-decoration:underline;
}

/*  Main  */

#main {
margin:0;
text-align:center;
background: url(../images/content_bg.jpg) repeat-y left;
}

#main_shim{
height:2px;
width:2px;
font-size:1px;
}

#content {
width:922px;
margin: 0 auto;
text-align:center;
}

#content_area {
width:892px;
margin: 0 auto;
text-align:left;
}

h1 {
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: #CC0033;
	padding: 0px;
	margin: 0px;
}

p {
	padding-top: 2px;
	margin-top: 2px;
}
.smaller {
font-size: smaller;
}

a {
font-weight: bold;
}

h2 a:link  {
color:#CC0000;
text-decoration:none;
}

h2 a:visited  {
color: #CC0033;
text-decoration:none;
}

h2 a:hover {
color: #003399;
text-decoration:underline;
}


.regular, .smaller  {
color:#000066;
text-decoration:none;
}

a.regular:hover, a.smaller:hover  {
color:#000066;
text-decoration:underline;
}




.right {
float:right;
}

.section_right {
width:400px;
text-align: right;
}

.section_right_inside {
width:380px;
float:right;
text-align:right;
}

.clear {
clear:both;
}

#foot {
padding-top: 10px;
font-size: 11px;
color:#000066;
text-align: center;
margin:0 auto;
width:922px;
}
