
html, body
{
    padding: 0;
    margin: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #000;
}

/*fixing firefox outline*/

a:active
{
    outline: none;
}

:focus
{
    outline: none;
}

img, form
{
    padding: 0;
    margin: 0;
    border: none;
}

a:link, a:visited
{
    text-decoration: none;
    color: #003258;
}

a:hover
{
    text-decoration: underline;
}


#outer
{
    background: #000 url(../../images/bg.jpg) no-repeat center -167px;
    padding: 10px 0 0 0;
}

#wrapper
{
    padding: 0;
    margin: 0 auto 0 auto;
    width: 955px;
    background: url(../../images/wrapper_bg.jpg) repeat-y 0 0;
}

#container
{
    background: url(../../images/top_bg.jpg) no-repeat 0 0;
    width: 955px;
    padding: 0 0 30px 0;
    
}

#nav_container
{
	
}


.cleardiv
{
    clear: both;
    font-size: 0; /*ie6 hack*/
}

#nav_logo
{
	
	width:210px;
	height:175px;
	cursor:pointer;
	float:left;
}

#nav
{
    margin: 79px 0 0 45px;
    float:left;
    height:100px;
}

#nav ul
{
    padding: 0;
    margin: 0;
    margin-top:20px;
    list-style: none;
}

#nav ul li
{
    padding: 0 25px 0 0;
    margin: 0;
    float: left;
}

#nav_logout
{
	float:right;
	padding-top:75px;
	padding-right:15px;
	font: bold 11px Arial, Helvetica, sans-serif;
    color: #3CDC5C;
}


#home a:link, #home a:visited
{
    background: url(../../images/home.jpg) no-repeat 0 0;
    width: 40px;
    height: 25px;
    display: block;
}

#home a:hover
{
    background: url(../../images/home_hover.jpg) no-repeat 0 0;
    width: 40px;
    height: 25px;
}

#homepage #home a
{
    background: url(../../images/home_hover.jpg) no-repeat 0 0;
    width: 40px;
    height: 25px;
}

#findrevolutionist a:link, #findrevolutionist a:visited
{
    background: url(../../images/find_revolutionist.jpg) no-repeat 0 0;
    width: 144px;
    height: 25px;
    display: block;
}

#findrevolutionist a:hover
{
    background: url(../../images/find_revolutionist_hover.jpg) no-repeat 0 0;
    width: 144px;
    height: 25px;
}

#voice a:link, #voice a:visited
{
    background: url(../../images/my_voice.jpg) no-repeat 0 0;
    width: 67px;
    height: 25px;
    display: block;
}

#voice a:hover
{
    background: url(../../images/my_voice_hover.jpg) no-repeat 0 0;
    width: 67px;
    height: 25px;
}

#voicepage #voice a
{
    background: url(../../images/my_voice_hover.jpg) no-repeat 0 0;
    width: 67px;
    height: 25px;
}


#southeastern a:link, #southeastern a:visited
{
    background: url(../../images/my_southeastern.jpg) no-repeat 0 0;
    width: 122px;
    height: 25px;
    display: block;
}

#southeastern a:hover
{
    background: url(../../images/my_southeastern_hover.jpg) no-repeat 0 0;
    width: 122px;
    height: 25px;
}

#southeasternpage #southeastern a
{
    background: url(../../images/my_southeastern_hover.jpg) no-repeat 0 0;
    width: 122px;
    height: 25px;
}

#bodyareainner
{
	
}

#bodyareadefault
{
    padding: 0 22px 20px 120px;
    width: 803px;
    min-height:400px;
}

#bodyarea
{
    background: url(../../images/bodyarea_bg.jpg) repeat-y 634px 0;    
    padding: 0 15px 20px 110px;
    width: 830px;
}

#bodyarea_left
{
    float: left;
    width: 497px;
    padding: 0 25px 0 0;
}

#newsdiv
{
    padding: 0 0 38px 0;
}

#newsdiv_heading
{
    width: 502px;
    height: 66px;
}

#newsdiv_content
{
    border: 2px solid #7c7c82;
    border-top: none;
    width: 470px;
    padding: 30px 0 0 28px;
}

h1
{
    padding: 0 0 17px 0;
    margin: 0;
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #000;
}

#newsdiv_content p
{
    padding: 0 22px 20px 0;
    margin: 0;
    line-height: 130%;
}

#news_link
{
    text-align: right;
    margin: 15px 0 0 0;
}

#news_link a:link, #news_link a:visited
{
    color: #fff;
    background-color: #7c7c82;
    text-decoration: none;
    padding: 3px 10px 0 10px;
    font: bold 12px "Trebuchet MS";
}

#news_link a:hover
{
    background-color: #333;
}

#message_div
{
    padding: 0 5px 30px 0;
}

#message_div_heading
{
    padding: 0 0 20px 0;
}

#message_div_content
{
    padding: 0;
}

#message_div_content p
{
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 130%;
    font-size: 12px;
}

.gray
{
    color: #666;
}

#message_link
{
    text-align: right;
    margin: 15px 0 0 0;
}

#message_link a:link, #message_link a:visited
{
    color: #003259;
    text-decoration: none;
    padding: 3px 10px 0 10px;
    font: bold 12px "Trebuchet MS";
}

#message_link a:hover
{
    color: #000;
}

#bodyarea_right
{
    float: left;
    width: 283px;
    padding: 0 0 0 17px;
}

#revolution
{
    padding: 0 0 35px 0;
}

#revolution_heading
{
    padding: 0 0 15px 0;
}

#revolution_content
{
    padding: 0 15px 0 6px;
}

#revolution_content p
{
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 130%;
}

#recentpost_div
{
    padding: 0 0 35px 0;
}

#recentpost_div_heading
{
    padding: 0 0 20px 5px;
}

#recentpost_div p
{
    padding: 0 0 14px 6px;
    margin: 0;
    font-size: 11px;
}

#recentpost_div p a:link, #recentpost_div p a:visited
{
    text-decoration: none;
    color: #003258;
}

#recentpost_div p a:hover
{
    text-decoration: underline;
}

#photogallery p
{
    padding: 0 0 6px 0px;
    
}

#photogallery
{
    padding: 0 0 6px 0;
    margin: 0;
    font-size: 12px;
    line-height: 130%;
    
}

#comments p
{
    padding: 0 0 6px 0px;
    margin: 0;
    font-size: 12px;
}


#comments .cmd
{    
    padding: 0 0 6px 0px;
    margin: 0;
    font-size: 12px;

}

#footer
{
    background: url(../../images/footer.jpg) no-repeat top center;
    width: 955px;
    font-size: 0; /*ie6 hack*/
    padding: 9px 0 0 0;
    margin: 0 auto 0 auto;
}



/*for inner pages*/

#innerpage_space
{
    height: 34px;
}
#innerpage_space2
{
    height: 64px;
}
.innerpage_space
{
    height: 34px;
}

#profile_1st
{
    padding: 0 0 30px 0;
}

h2
{
    padding: 0 0 25px 0;
    margin: 0;
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
}

h4
{
    padding: 0 0 15px 0;
    margin: 0;
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
}

#profile_1st_left
{
    float: left;
    width: 195px;
}

#profile_1st_left_pic
{
    width: 190px;
    padding: 0 0 20px 0;
}

#profile_1st_left p
{
    padding: 0 0 5px 0;
    margin: 0;
    color: #003157;
    font: normal 18px Arial, Helvetica, sans-serif;
}

#profile_1st_right
{
    float: left;
    width: 265px;
    padding-left:20px;
}

.profile_row
{
    padding: 0 0 5px 0;
}

.profile_cell
{
    float: left;
    width: 79px;
    padding: 0 12px 0 0;
}

.profile_cell_last
{
    float: left;
    width: 79px;
}

.profile_row p
{
    padding: 2px 0 0 0;
    margin: 0;
    font-size: 12px;
}

.profile_row p a:link, .profile_row p a:visited
{
    color: #000;
    text-decoration: none;
}

.profile_row p a:hover
{
    text-decoration: underline;
}

.cleardiv2
{
    clear: both;
    text-align: center;
    padding: 25px 0 0 0;
    font-size: 12px;
}

.cleardiv2 a:link, .cleardiv2 a:visited
{
    text-decoration: none;
    color: #000;
}

.cleardiv2 a:hover
{
    text-decoration: underline;
}

#profile_2nd
{
    padding: 0 0 20px 0;
}

h3
{
    padding: 0 0 10px 0;
    margin: 0;
    color: #7c7c82;
    font: bold 15px Arial, Helvetica, sans-serif;
}

#profile_2nd p, #profile_3rd p
{
    padding: 0 0 25px 0;
    margin: 0;
    font-size: 12px;
    line-height: 130%;
}


#post_profile
{
    padding: 0 0 0 12px;
}

#post_profile p
{
    padding: 0 0 10px 2px;
    margin: 0;
}

#post_outer
{
    padding: 0 0 10px 0;
}

#post_left
{
    float: left;
    width: 102px;
    padding: 2px 0 0 0;
}

#post_right
{
    float: left;
    width: 150px;
}

.txtarea
{
    width: 238px;
    height: 140px;
    background-color: #ebe9f0;
    border: none;
    margin: 2px 0 0 0;
    padding: 5px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.txtbox
{
    width: 238px;
    background-color: #ebe9f0;
    border: none;
    margin: 2px 0 0 0;
    padding: 6px 5px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.txtarea2
{
    width: 238px;
    height: 90px;
    background-color: #ebe9f0;
    border: none;
    margin: 2px 0 0 0;
    padding: 5px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.txtarea3
{
    width: 238px;
    height: 75px;
    background-color: #ebe9f0;
    border: none;
    margin: 2px 0 0 0;
    padding: 5px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.txtarea4
{
    width: 438px;
    height: 50px;
    background-color: #ebe9f0;
    border: none;
    margin: 2px 0 0 0;
    padding: 5px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}


/*for login page*/

#wrapper_login
{
    padding: 0;
    margin: 0 auto 0 auto;
    width: 955px;
    background: url(../../images/login_bg_behind.jpg) repeat-y 0 0;
}

#container_login
{
    background: url(../../images/login_bg.jpg) no-repeat 0 0;
    width: 955px;
}

#login
{
    padding: 250px 0 87px 620px;
}

#login p
{
    padding: 0 0 25px 0;
    margin: 0;
    color: #003359;
    font: bold 14px Arial, Helvetica, sans-serif;
}

.txtbox_login
{
    width: 222px;
    background-color: #ebe9f0;
    border: none;
    margin: 0 0 5px 0;
    padding: 6px 5px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #000;
}

.loginlink
{
    padding: 0 0 6px 0;
}

.loginlink a:link, .loginlink a:visited
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #003359;
    text-decoration: none;
}

.loginlink a:hover
{
    text-decoration: underline;
}

#footer_login
{
    background: url(../../images/login_bg_bottom.jpg) no-repeat 0 0;
    width: 955px;
    margin: 0 auto 0 auto;
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    padding: 12px 0 30px 0;
}


.error
{
    color: Red;
    font-size: 11px;
}

.studor_selected
{
    border: outset 1px !important;
}

#onecol
{
	padding-left:28px; 
	padding-top:30px;
	padding-right:28px;
}

#comments .caption, .subcaption
{
    font-size:90%;
}

#comments .caption
{
    font-weight:bold;
}

#comments .subcaption
{
    color:#777777;
}
.largeLink
{
	font-size: 1.2em;
	font-weight: bold;
}
