body,h1,h2,h3,h4,h5,h6,p,form,fieldset 
{
	margin:0;
	padding:0;
}

body 
{
	background-color: #004D81;
	font-family: Verdana;
	margin-top: 10px;
}

#Container 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 825px;
}

#Header 
{
	background-color: #004D81;
	color: #FFFFFF;
	font-weight: bold;
	height: 85px;
	text-align: left;
}

#Header a
{
	background-color: #004D81;
	color: #FFFFFF;
	font-weight: bold;
	height: 85px;
	text-align: left;
	text-decoration: none;
}

#Header h1 
{
	font-variant: small-caps;
	padding-top: 10px;
}

#Header h2 
{
	font-size: .75em;
	padding-bottom: 10px;
	text-transform:uppercase;
}

#Header img
{
	display: none;
}
#Nav 
{
	background-color: #0080BF;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	height: 15px;
  	line-height: 15px;
}

#Nav ul 
{
	margin: 0;
  	padding: 0;
}

#Nav li 
{
  	border-right: 2px solid #004D81;
	float: left;
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	white-space: nowrap;
}

#Nav li a 
{
  	color: #FFFFFF;
	display: block;
	font-size: .8em;
	font-variant: small-caps;
	letter-spacing: 1px;
  	padding: 0 18px;
	text-decoration: none;
  	text-transform: uppercase;	
}

#Nav li a:link 
{
	background-color: #0080BF;
}

#Nav li a:visited 
{
	background-color: #0080BF;
}

#Nav li a:hover 
{
	background-color: #00A8FF;
}

#Info 
{
}

#Content 
{
	overflow: visible;
}

#Main 
{
	display: inline;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	text-align: left;
	width: 826px;
}

#Side 
{
	display: inline;
	float:  right;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: center;
	width: 200px;
	background-color: white;
}

#Side h2 
{
	color: #3366CC;
	display: inline;
	font-size: .85em;
	
	
}

#Side ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#Side ul li 
{
  
}

#Side ul ul 
{
	
	border-top: 1px solid #E6F1F5;
	margin: 5px 0 15px 0;
}

#Side ul ul li 
{
	border-bottom: 1px solid #E6F1F5;
	font-size: .7em;
}

#Side ul ul li a 
{
	display: block;
	
	text-decoration: none;
	width: 200px;
} 

#Side ul ul li a:link, #Side ul ul li a:active, #Side ul ul li a:visited 
{
	background-color: #ECF9FF;
	color: #0080BF;
}

#Side ul ul li a:hover 
{
	background-color:#FFFFFF;
	color: #00A8FF;
}

.Title 
{
	color: #3366CC;
margin-left: 15px;

	
	
}

.Title img 
{
	padding-right: 4px;
	vertical-align: text-bottom;
}

.Title h1 
{
	color: #3366CC;
	font-size: .80em;
	text-transform:uppercase;
border-bottom-style: solid;
border-bottom-color: #D25A0B; 
border-bottom-width: 1px;
	margin: 0;
	
}



.Title h2,  .Title h3
{
	color: #3366CC;
	font-size: .85em;
	margin: 0;
	padding: 0 0 10px 0;
	padding-bottom: 10px;
}

.Title a:link {color: #3366CC; text-decoration:none;}
.Title a:visited {color: #3366CC; text-decoration:none;}
.Title a:hover {color: #005580;}

.ArticleInfo 
{
	background-color: #ECF9FF;
	border: 1px solid #E6F1F5;
	color: #3366CC;
	font-size: .6em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	padding-bottom:5px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.ArticleInfo a
{
    color: #3366CC;
	font-size: 1em;
}

.ArticleInfo a:link {color: #3366CC; border: 0; text-decoration: none; padding:0;}
.ArticleInfo a:visited {color: #0080BF; border: 0; text-decoration: none; padding:0;}
.ArticleInfo a:hover {color: #0080BF; border: 0; text-decoration: underline; padding:0;}

.ArticleContent 
{
	color: #000000;
	font-size: .75em;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 10px;
}

.ArticleContent a
{
	font-size: 1em;
}

.ArticleContent a:link {color: #3366CC; text-decoration:none;}
.ArticleContent a:visited {color: #3366CC; text-decoration:none;}
.ArticleContent a:hover {color: #00A8FF; text-decoration:underline;}

.ArticleContent p 
{
	padding-bottom: 10px;
}


.CommentBox 
{
	background-color: #FFFFFF;
	border: 1px solid #0080BF;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 10px;
}

.CommentUser 
{
	color: #005580;
	font-size: .85em;
	text-align: left;
	text-decoration: none;
	margin-left: 15px;
}

.CommentInfo 
{
	color: #005580;
	font-size: .6em;
	text-align: left;
	text-decoration: none;
	margin-left: 15px;
}

.CommentContent 
{
	color: #000000;
	font-size: .75em;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	margin-left: 15px;
	
}

.CommentNumber 
{
	float:right;
	color:#ECF9FF;
	font-size:2em;
}

.Button 
{
	background-color: #ECF9FF;
	border: 1px solid #0080BF;
	color: #0080BF;
	cursor: pointer;
	font-size: .7em;
	font-family: Verdana;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

.Textarea 
{
	
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana;




	
}

.FormTitle
{ 
color: #3366CC;
font-size: .80em;
font-style:normal;
text-decoration:none;
padding-left: 10px;
padding-bottom: 2px;
border-left-color: #D25A0B; 
border-left-width: 15px;
border-left-style: solid;
border-bottom-style: solid;
border-bottom-color: #D25A0B; 
border-bottom-width: 1px;
margin-left: 15px;
margin-top: 3px;

}

.FormTitleTextBox
{

	background-color: #ECF9FF;
	border: 1px solid #0080BF;
	color: black;
	cursor: pointer;
	font-size: .80em;
	font-family: Verdana;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 3px;
	padding: 4px;

}

.FormTitleTexth1
{
	color: black;
	font-size: 0.80em;
	font-weight: normal;
	font-family: Verdana;
	margin-left: 15px;
}

.FormTitleButton
{
background-color: #D25A0B;
	border: 1px solid #D25A0B;
	color: white;
	cursor: pointer;
	font-size: .7em;
	font-family: Verdana;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
	padding: 3px;
	text-decoration: none
}



#Footer 
{
padding: 0;
width: 100%;
margin-top: 0px;
background: transparent;
clear: both;
voice-family: "\"}\"";
voice-family: inherit;
}

#Footer ul{
font: 12px Verdana;
margin:0;
margin-left: 0px;
margin-right: 0px; /*margin between first menu item and left browser edge*/
padding-left: 0;
list-style: none;
}

#Footer li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}
#Footer a{
float: right;
display: block;
color: white;
margin: 0 0px 0 0; /*Margin between each menu item*/
margin-top: 20px;
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
border-bottom: 1px solid white;
background-color: #3366CC; /*Default menu color*/

}

#Footer a:hover{
background-color: #D25A0B; /*Menu hover bgcolor*/
}

#Footer #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#Footerline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font:  12px  Verdana;
margin:0;
margin-left: 0px;
margin-right: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display:table-row;
color: white;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #3366CC; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #D25A0B; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

/*Repeater*/ 

.RepeaterHeader
{
background-color: #D25A0B;
font-size: .75em;
margin-left: 15px;
width: 500px;
}


.RepeaterColumn
{
 background-color: white;
   font-size: .75em;
   margin-left: 15px;
 width: 500px;
}



